import { SwitchProps } from "@re-flex/styled/Switch"; import React from "react"; declare const Switch: React.FC; export default Switch;