import { FC } from "react";
import { SwitchProps } from './switch.types';
declare const SwitchBox: FC<SwitchProps>;
export default SwitchBox;
