import { FunctionComponent, SyntheticEvent } from 'react'; import { BaseSize } from '~/types'; export declare type AvatarProps = { src?: string; label: string; size?: BaseSize; onClick?: (e?: SyntheticEvent) => void; }; export declare const Avatar: FunctionComponent; //# sourceMappingURL=Avatar.d.ts.map