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