///
/**
* Segmented control container for SwitcherItem options.
*/
export declare const Switcher: import("react").ForwardRefExoticComponent<{
children?: import("react").ReactNode;
} & Omit & import("react").HTMLAttributes & {
as?: keyof JSX.IntrinsicElements | undefined;
forwardedAs?: keyof JSX.IntrinsicElements | undefined;
}, "ref" | "children"> & import("react").RefAttributes>;
//# sourceMappingURL=Switcher.d.ts.map