/** * Checkbox, switch and radio-group form toggles * * Vue wrapper for the `Checkbox` controller (`@42/core/choice`). Props mirror * the controller options; events are re-emitted with the CustomEvent detail. * Place the controller markup in the default slot. */ declare const _default: import('vue').DefineComponent, () => import('vue').VNode, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("checkbox:change" | "switch:change" | "radio:change")[], "checkbox:change" | "switch:change" | "radio:change", import('vue').PublicProps, Readonly> & Readonly<{ "onCheckbox:change"?: ((...args: any[]) => any) | undefined; "onSwitch:change"?: ((...args: any[]) => any) | undefined; "onRadio:change"?: ((...args: any[]) => any) | undefined; }>, { checked: boolean; indeterminate: boolean; disabled: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;