import { TdAvatarProps } from './type'; import { PropType } from 'vue'; declare const _default: { alt: { type: StringConstructor; default: string; }; badgeProps: { type: PropType; }; hideOnLoadFailed: BooleanConstructor; icon: { type: PropType; }; image: { type: StringConstructor; default: string; }; imageProps: { type: PropType; }; shape: { type: PropType; validator(val: TdAvatarProps['shape']): boolean; }; size: { type: StringConstructor; default: string; }; onError: PropType; }; export default _default;