/// import "./SwitchInline.css"; interface Props { } declare const Switch: (props: Props) => JSX.Element; export default Switch;