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