import type { ExtractPropTypes, Component } from 'vue'; import type { ObjectFitProperty } from 'csstype'; export declare const avatarProps: { readonly size: import("element-plus/es/utils/props").BuildPropReturn; readonly shape: import("element-plus/es/utils/props").BuildPropReturn; readonly icon: import("element-plus/es/utils/props").BuildPropReturn>, unknown, unknown, unknown, unknown>; readonly src: import("element-plus/es/utils/props").BuildPropReturn; readonly alt: StringConstructor; readonly srcSet: StringConstructor; readonly fit: import("element-plus/es/utils/props").BuildPropReturn, "cover", unknown, unknown, unknown>; }; export declare type AvatarProps = ExtractPropTypes; export declare const avatarEmits: { error: (evt: Event) => boolean; }; export declare type AvatarEmits = typeof avatarEmits;