/// /** * Switcher option button. */ export declare const SwitcherItem: import("react").ForwardRefExoticComponent<{ active?: boolean | undefined; children?: import("react").ReactNode; } & Omit & import("react").ButtonHTMLAttributes & { as?: keyof JSX.IntrinsicElements | undefined; forwardedAs?: keyof JSX.IntrinsicElements | undefined; }, "ref" | "children" | "active"> & import("react").RefAttributes>; //# sourceMappingURL=SwitcherItem.d.ts.map