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