declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    alt: {
        type: StringConstructor;
        default: string;
    };
    badgeProps: {
        type: import("vue").PropType<import("@/components").TdBadgeProps>;
    };
    hideOnLoadFailed: BooleanConstructor;
    icon: {
        type: import("vue").PropType<(h: typeof import("vue").h) => import("@/common").SlotReturnValue>;
    };
    image: {
        type: StringConstructor;
        default: string;
    };
    imageProps: {
        type: import("vue").PropType<import("@/components").TdImageProps>;
    };
    shape: {
        type: import("vue").PropType<import("@/common").ShapeEnum>;
        validator(val: import("@/common").ShapeEnum): boolean;
    };
    size: {
        type: StringConstructor;
        default: string;
    };
    onError: import("vue").PropType<(context: {
        e: Event;
    }) => void>;
}>, () => 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<import("@/components").TdBadgeProps>;
    };
    hideOnLoadFailed: BooleanConstructor;
    icon: {
        type: import("vue").PropType<(h: typeof import("vue").h) => import("@/common").SlotReturnValue>;
    };
    image: {
        type: StringConstructor;
        default: string;
    };
    imageProps: {
        type: import("vue").PropType<import("@/components").TdImageProps>;
    };
    shape: {
        type: import("vue").PropType<import("@/common").ShapeEnum>;
        validator(val: import("@/common").ShapeEnum): boolean;
    };
    size: {
        type: StringConstructor;
        default: string;
    };
    onError: import("vue").PropType<(context: {
        e: Event;
    }) => void>;
}>> & Readonly<{}>, {
    alt: string;
    hideOnLoadFailed: boolean;
    image: string;
    size: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
