import { PropType } from 'vue';
declare const _default: {
    buttonProps: {
        type: PropType<import("..").TdButtonProps>;
    };
    icon: {
        type: PropType<(h: typeof import("vue").h) => import("..").SlotReturnValue>;
    };
    style: {
        type: StringConstructor;
        default: string;
    };
    text: {
        type: StringConstructor;
        default: string;
    };
    onClick: PropType<(context: {
        e: MouseEvent;
    }) => void>;
    draggable: {
        type: BooleanConstructor;
        default: boolean;
    };
};
export default _default;
