import { ExtractPropTypes, PropType } from 'vue'; import { ShapeType } from '../const/types'; import { IconType } from '../icon'; declare const avatarProps: { icon: PropType; shape: { type: PropType; default: string; }; size: { type: PropType; default: string; }; src: StringConstructor; }; export type AvatarProps = ExtractPropTypes; declare const Avatar: import('vue').DefineComponent; shape: { type: PropType; default: string; }; size: { type: PropType; default: string; }; src: StringConstructor; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; shape: { type: PropType; default: string; }; size: { type: PropType; default: string; }; src: StringConstructor; }>> & Readonly<{}>, { size: number | "default" | "small" | "large"; shape: ShapeType; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default Avatar;