declare const CFormSwitch: import("vue").DefineComponent boolean; }; /** * Specifies the type of component. * * @values 'checkbox', 'radio' */ type: { type: StringConstructor; default: string; }; /** * Set component validation state to valid. */ valid: BooleanConstructor; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").PublicProps, Readonly boolean; }; /** * Specifies the type of component. * * @values 'checkbox', 'radio' */ type: { type: StringConstructor; default: string; }; /** * Set component validation state to valid. */ valid: BooleanConstructor; }>> & Readonly<{ onChange?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { reverse: boolean; invalid: boolean; type: string; valid: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export { CFormSwitch };