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