import React from "react"; import { SwitchProps } from "."; declare const Switch: React.FunctionComponent; export default Switch;