import { TdEmptyProps } from './type';
import { PropType } from 'vue';
declare const _default: {
    action: {
        type: PropType<TdEmptyProps["action"]>;
    };
    description: {
        type: PropType<TdEmptyProps["description"]>;
    };
    image: {
        type: PropType<TdEmptyProps["image"]>;
    };
    imageStyle: {
        type: PropType<TdEmptyProps["imageStyle"]>;
    };
    size: {
        type: PropType<TdEmptyProps["size"]>;
        default: TdEmptyProps["size"];
        validator(val: TdEmptyProps["size"]): boolean;
    };
    title: {
        type: PropType<TdEmptyProps["title"]>;
    };
    type: {
        type: PropType<TdEmptyProps["type"]>;
        default: TdEmptyProps["type"];
        validator(val: TdEmptyProps["type"]): boolean;
    };
};
export default _default;
