import { AvatarProps } from '.'; declare const meta: { title: string; component: import("react").FC; args: { size: number; textSize: number; nickName: string; }; }; export declare const Docs: (props: AvatarProps) => import("react").JSX.Element; export default meta;