import { AvatarProps } from './types'; export declare const Avatar: (props: AvatarProps) => JSX.Element;