import Switch from './switch';
type RefSwitch = typeof Switch;
export interface SwitchComponent extends RefSwitch {
    displayName: string;
}
declare const SwitchComp: SwitchComponent;
export default SwitchComp;
