import { ToggleColors } from '../constants'; interface Props { autofocus?: boolean; color?: ToggleColors; disabled?: boolean; groupName?: string; helper?: string; inert?: boolean; isRequired?: boolean; label?: string; modelValue?: boolean; reverseLabel?: boolean; tooltip?: string; } declare const __VLS_export: import('vue').DefineComponent any; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined; }>, { label: string; color: ToggleColors; disabled: boolean; modelValue: boolean; tooltip: string; isRequired: boolean; autofocus: boolean; groupName: string; helper: string; reverseLabel: boolean; inert: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=CpSwitch.vue.d.ts.map