import { TdAvatarProps } from './type';
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    alt: {
        type: StringConstructor;
        default: string;
    };
    badgeProps: {
        type: import("vue").PropType<TdAvatarProps['badgeProps']>;
    };
    hideOnLoadFailed: BooleanConstructor;
    icon: {
        type: import("vue").PropType<TdAvatarProps['icon']>;
    };
    image: {
        type: StringConstructor;
        default: string;
    };
    imageProps: {
        type: import("vue").PropType<TdAvatarProps['imageProps']>;
    };
    shape: {
        type: import("vue").PropType<TdAvatarProps['shape']>;
        validator(val: TdAvatarProps['shape']): boolean;
    };
    size: {
        type: StringConstructor;
        default: string;
    };
    onError: import("vue").PropType<TdAvatarProps['onError']>;
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    alt: {
        type: StringConstructor;
        default: string;
    };
    badgeProps: {
        type: import("vue").PropType<TdAvatarProps['badgeProps']>;
    };
    hideOnLoadFailed: BooleanConstructor;
    icon: {
        type: import("vue").PropType<TdAvatarProps['icon']>;
    };
    image: {
        type: StringConstructor;
        default: string;
    };
    imageProps: {
        type: import("vue").PropType<TdAvatarProps['imageProps']>;
    };
    shape: {
        type: import("vue").PropType<TdAvatarProps['shape']>;
        validator(val: TdAvatarProps['shape']): boolean;
    };
    size: {
        type: StringConstructor;
        default: string;
    };
    onError: import("vue").PropType<TdAvatarProps['onError']>;
}>> & Readonly<{}>, {
    alt: string;
    hideOnLoadFailed: boolean;
    image: string;
    size: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
