declare var __VLS_1: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_1) => any; }; declare const __VLS_component: import("vue").DefineComponent<{ value: {}; label: {}; indeterminate: BooleanConstructor; disabled: BooleanConstructor; checked: BooleanConstructor; name: StringConstructor; trueLabel: (NumberConstructor | StringConstructor)[]; falseLabel: (NumberConstructor | StringConstructor)[]; id: StringConstructor; controls: StringConstructor; border: BooleanConstructor; size: StringConstructor; }, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { change: (value: any) => void; input: (value: any, ev: any) => void; }, string, Readonly>, { disabled: boolean; checked: boolean; indeterminate: boolean; border: boolean; }>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $scopedSlots: S; }; };