import { IAvatarProps } from './AvatarProps'; /** * An image with some text, can be used as a user Avatar image
*/ declare const Avatar: ({ image, title, subTitle, ...rest }: IAvatarProps) => JSX.Element; export { Avatar };