import { ReactElement } from 'react'; export interface AvatarProps { image?: string; onClick?: () => void; } export declare const Avatar: (props: AvatarProps) => ReactElement; //# sourceMappingURL=index.d.ts.map