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