import { TdCheckTagProps } from '../tag/type';
import { PropType } from 'vue';
declare const _default: {
    checked: {
        type: BooleanConstructor;
        default: any;
    };
    modelValue: {
        type: BooleanConstructor;
        default: any;
    };
    defaultChecked: BooleanConstructor;
    checkedProps: {
        type: PropType<TdCheckTagProps["checkedProps"]>;
    };
    content: {
        type: PropType<TdCheckTagProps["content"]>;
    };
    default: {
        type: PropType<TdCheckTagProps["default"]>;
    };
    disabled: BooleanConstructor;
    size: {
        type: PropType<TdCheckTagProps["size"]>;
        default: TdCheckTagProps["size"];
        validator(val: TdCheckTagProps["size"]): boolean;
    };
    uncheckedProps: {
        type: PropType<TdCheckTagProps["uncheckedProps"]>;
    };
    value: {
        type: PropType<TdCheckTagProps["value"]>;
    };
    onChange: PropType<TdCheckTagProps["onChange"]>;
    onClick: PropType<TdCheckTagProps["onClick"]>;
};
export default _default;
