export interface ToggleOption { label: string; value: string | number | boolean; } type __VLS_Props = { /** * Current selected Value */ modelValue: string | number | boolean; /** * Options to Toggle */ options: [ToggleOption, ToggleOption]; }; declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {} & { "update:modelValue": (value: string | number | boolean) => any; }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:modelValue"?: ((value: string | number | boolean) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLLabelElement>; export default _default;