import { PropType } from 'vue';
declare const _default: {
    badgeProps: {
        type: PropType<import("@/badge").TdBadgeProps>;
    };
    disabled: BooleanConstructor;
    icon: {
        type: PropType<(h: typeof import("vue").h) => import("@/common").SlotReturnValue>;
    };
    label: {
        type: StringConstructor;
        default: string;
    };
    value: {
        type: PropType<string | number>;
    };
};
export default _default;
