import { TdAvatarProps } from './type';
import { PropType } from 'vue';
declare const _default: {
    alt: {
        type: StringConstructor;
        default: string;
    };
    content: {
        type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
    };
    default: {
        type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
    };
    hideOnLoadFailed: BooleanConstructor;
    icon: {
        type: PropType<(h: typeof import("vue").h) => import("..").SlotReturnValue>;
    };
    image: {
        type: StringConstructor;
        default: string;
    };
    imageProps: {
        type: PropType<import("..").TdImageProps>;
    };
    shape: {
        type: PropType<import("./type").ShapeEnum>;
        default: import("./type").ShapeEnum;
        validator(val: TdAvatarProps['shape']): boolean;
    };
    size: {
        type: StringConstructor;
        default: string;
    };
    onError: PropType<(context: {
        e: Event;
    }) => void>;
};
export default _default;
