import { FC } from "react";
import { SwitchProps } from "./Switch.types";
export declare const Switch: FC<SwitchProps>;
