/** * Scalar Toggle component * * A switch-style toggle control with support for * disabled state and accessible labeling. * * @example * */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: import("vue").DefineComponent<{ disabled?: boolean; label?: string; } & { modelValue?: boolean; }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (value: boolean) => any; }, string, import("vue").PublicProps, Readonly<{ disabled?: boolean; label?: string; } & { modelValue?: boolean; }> & Readonly<{ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; //# sourceMappingURL=ScalarToggle.vue.d.ts.map