import { TdCheckboxProps } from './type';
import { PropType } from 'vue';
declare const _default: {
    block: {
        type: BooleanConstructor;
        default: boolean;
    };
    borderless: {
        type: BooleanConstructor;
        default: any;
    };
    checkAll: BooleanConstructor;
    checked: {
        type: BooleanConstructor;
        default: any;
    };
    modelValue: {
        type: BooleanConstructor;
        default: any;
    };
    defaultChecked: BooleanConstructor;
    content: {
        type: PropType<TdCheckboxProps['content']>;
    };
    contentDisabled: BooleanConstructor;
    default: {
        type: PropType<TdCheckboxProps['default']>;
    };
    disabled: {
        type: BooleanConstructor;
        default: any;
    };
    icon: {
        type: PropType<TdCheckboxProps['icon']>;
        default: TdCheckboxProps['icon'];
    };
    indeterminate: BooleanConstructor;
    label: {
        type: PropType<TdCheckboxProps['label']>;
    };
    maxContentRow: {
        type: NumberConstructor;
        default: number;
    };
    maxLabelRow: {
        type: NumberConstructor;
        default: number;
    };
    name: {
        type: StringConstructor;
        default: string;
    };
    placement: {
        type: PropType<TdCheckboxProps['placement']>;
        default: TdCheckboxProps['placement'];
        validator(val: TdCheckboxProps['placement']): boolean;
    };
    readonly: {
        type: BooleanConstructor;
        default: any;
    };
    value: {
        type: PropType<TdCheckboxProps['value']>;
    };
    onChange: PropType<TdCheckboxProps['onChange']>;
};
export default _default;
