import * as React from 'react'; import type { SwitchProps } from './types'; declare const Switch: (props: SwitchProps) => React.JSX.Element; export default Switch;