import type { PropType } from 'vue'; import type { TSwitchProps } from './TSwitch.types'; export declare const TSwitch: import("vue").DefineComponent; disabled: PropType; value: PropType; modelValue: PropType; labelPosition: PropType; id: PropType; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "change" | "update:modelValue")[], "input" | "change" | "update:modelValue", import("vue").PublicProps, Readonly; disabled: PropType; value: PropType; modelValue: PropType; labelPosition: PropType; id: PropType; }>> & Readonly<{ onChange?: ((...args: any[]) => any) | undefined; onInput?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=TSwitch.d.ts.map