import { CSSProperties, PropType } from 'vue'; import { AvatarShape, AvatarTriggerType, ObjectFit } from './interface'; declare var __VLS_9: {}, __VLS_16: {}, __VLS_23: {}, __VLS_25: {}; type __VLS_Slots = {} & { error?: (props: typeof __VLS_9) => any; } & { default?: (props: typeof __VLS_16) => any; } & { default?: (props: typeof __VLS_23) => any; } & { 'trigger-icon'?: (props: typeof __VLS_25) => any; }; declare const __VLS_base: import("vue").DefineComponent; default: string; }; imageUrl: StringConstructor; size: NumberConstructor; autoFixFontSize: { type: BooleanConstructor; default: boolean; }; triggerType: { type: PropType; default: string; }; triggerIconStyle: { type: PropType; }; objectFit: { type: PropType; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { error: () => any; click: (_ev: MouseEvent) => any; load: () => any; }, string, import("vue").PublicProps, Readonly; default: string; }; imageUrl: StringConstructor; size: NumberConstructor; autoFixFontSize: { type: BooleanConstructor; default: boolean; }; triggerType: { type: PropType; default: string; }; triggerIconStyle: { type: PropType; }; objectFit: { type: PropType; }; }>> & Readonly<{ onError?: (() => any) | undefined; onClick?: ((_ev: MouseEvent) => any) | undefined; onLoad?: (() => any) | undefined; }>, { shape: AvatarShape; autoFixFontSize: boolean; triggerType: AvatarTriggerType; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };