import { AvatarProps } from './avatar.types';
import { default as React } from 'react';

export declare function AvatarDemo({ imageSrc, alt, size, fallback, fallbackProps, imageProps, avatarProps, id, }: AvatarProps): React.JSX.Element;
//# sourceMappingURL=avatar.d.ts.map