import type { SwitchProps } from './types'; export declare function Switch(props: SwitchProps): import("react").JSX.Element;