import { FunctionComponent } from 'react';
import { WebSwitchProps } from "../../types";
export declare const Switch: FunctionComponent<Partial<WebSwitchProps>>;
