import { JSX } from 'preact' export function Avatar( { className, ...props }: JSX.HTMLAttributes, ) { return ( ) }