import { FC } from 'react'; import { AvatarProps } from './types'; export declare const Avatar: FC;