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