import React from "react"; import type * as T from "./Switch.types"; declare const Switch: React.FC; export default Switch;