import type { returnType } from '../../_utils'; import type { PropType, ExtractPropTypes } from 'vue'; export declare const dkCheckboxProps: { modelValue: returnType; indeterminate: returnType; disabled: returnType; size: returnType, string | null>; checkedLabel: returnType, string | null>; uncheckedLabel: returnType, string | null>; border: returnType; label: returnType, string | null>; value: returnType, string | null>; }; export type DkCheckboxType = ExtractPropTypes;