import React from 'react'; import type { SwitchProps } from './types'; declare const Switch: React.NamedExoticComponent; export { Switch }; //# sourceMappingURL=Switch.d.ts.map