import type { ExtractPropTypes } from 'vue'; import type { Property } from 'csstype'; import type Avatar from './avatar.vue'; export declare const avatarProps: { readonly size: import("bigin-ui/es/utils").EpPropFinalized; readonly shape: import("bigin-ui/es/utils").EpPropFinalized; readonly icon: { readonly type: import("vue").PropType (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly src: import("bigin-ui/es/utils").EpPropFinalized; readonly alt: StringConstructor; readonly srcSet: StringConstructor; readonly fit: import("bigin-ui/es/utils").EpPropFinalized<(new (...args: any[]) => Property.ObjectFit & {}) | (() => Property.ObjectFit) | ((new (...args: any[]) => Property.ObjectFit & {}) | (() => Property.ObjectFit))[], unknown, unknown, "cover", boolean>; readonly name: import("bigin-ui/es/utils").EpPropFinalized; readonly colorId: import("bigin-ui/es/utils").EpPropFinalized; readonly circle: BooleanConstructor; readonly gradient: BooleanConstructor; }; export declare type AvatarProps = ExtractPropTypes; export declare const avatarEmits: { error: (evt: Event) => boolean; }; export declare type AvatarEmits = typeof avatarEmits; export declare type AvatarInstance = InstanceType;