import { ReactElement } from "react"; import { Props } from "../types"; export declare const SwitcherStyle2: ({ className, onClick, style }: Props) => ReactElement;