import { SwitchProps } from './Switch.types'; declare const Switch: (props: SwitchProps) => import("react/jsx-runtime").JSX.Element; export default Switch;