import { PropType } from 'vue'; declare const _default: { allowUncheck: BooleanConstructor; checked: BooleanConstructor; defaultChecked: BooleanConstructor; default: { type: PropType import("vue/types/vnode").ScopedSlotReturnValue)>; }; disabled: { type: BooleanConstructor; default: any; }; label: { type: PropType import("vue/types/vnode").ScopedSlotReturnValue)>; }; name: { type: StringConstructor; default: string; }; value: { type: PropType; default: any; }; onChange: PropType<(checked: boolean, context: { e: Event; }) => void>; onClick: PropType<(context: { e: MouseEvent; }) => void>; }; export default _default;