import { TdEmptyProps } from './type';
import { PropType } from 'vue';
declare const _default: {
    action: {
        type: PropType<TdEmptyProps['action']>;
    };
    description: {
        type: PropType<TdEmptyProps['description']>;
    };
    icon: {
        type: PropType<TdEmptyProps['icon']>;
    };
    image: {
        type: PropType<TdEmptyProps['image']>;
    };
};
export default _default;
