/// export interface ISwitchProps { ns?: string; } declare const Switch: React.SFC; export default Switch;