/** @jsx jsx */ import { FC } from 'react'; import { SwitchProps } from './Switch.type'; /** * ```js * import { Switch } from './Switch'; * * * ``` */ export declare const Switch: FC; //# sourceMappingURL=Switch.d.ts.map