import { TdCheckTagProps } from '../tag/type'; import { PropType } from 'vue'; declare const _default: { checked: { type: BooleanConstructor; default: any; }; defaultChecked: BooleanConstructor; checkedProps: { type: PropType; }; content: { type: PropType import("vue/types/vnode").ScopedSlotReturnValue)>; }; default: { type: PropType import("vue/types/vnode").ScopedSlotReturnValue)>; }; disabled: BooleanConstructor; size: { type: PropType; default: import("..").SizeEnum; validator(val: TdCheckTagProps['size']): boolean; }; uncheckedProps: { type: PropType; }; value: { type: PropType; }; onChange: PropType<(checked: boolean, context: import("../tag/type").CheckTagChangeContext) => void>; onClick: PropType<(context: { e: MouseEvent; }) => void>; }; export default _default;