import { FC } from 'react'; import { AvatarProps } from './Avatar.js'; export declare type AvatarWithTextProps = AvatarProps & { description?: string; }; export declare const AvatarWithText: FC; export declare const AvatarWithBottomText: FC;