import { Story } from '@storybook/react'; import { AvatarProps } from './Avatar'; declare const _default: { title: string; component: ({ src, alt, size, ...other }: AvatarProps) => JSX.Element; }; export default _default; export declare const Demo: Story;