import { BaseSwitchProps } from './types'; declare const Switch: import('react').ForwardRefExoticComponent & import('react').RefAttributes>; export { Switch };