declare const SwitchTypes: () => import("vue").DefineComponent<{ testId: { type: import("vue").PropType; default: string; }; variant: { type: import("vue").PropType<"default" | "primary">; required: true; default: string; }; tooltipPlacement: { type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">; default: string; }; modelValue: { type: import("vue").PropType; required: true; }; options: { type: import("vue").PropType; required: true; }; iconKey: { type: import("vue").PropType; default: string; }; tooltipTextKey: { type: import("vue").PropType; default: string; }; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (...args: any[]) => void; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; default: string; }; variant: { type: import("vue").PropType<"default" | "primary">; required: true; default: string; }; tooltipPlacement: { type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">; default: string; }; modelValue: { type: import("vue").PropType; required: true; }; options: { type: import("vue").PropType; required: true; }; iconKey: { type: import("vue").PropType; default: string; }; tooltipTextKey: { type: import("vue").PropType; default: string; }; }>> & { "onUpdate:modelValue"?: (...args: any[]) => any; }, { testId: string; variant: "default" | "primary"; tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end"; iconKey: string; tooltipTextKey: string; }>[]; export { default as Switch } from './SwitchV4.vue'; export { SwitchTypes };