import { FC } from 'react'; import type { SwitchProps } from './interface'; export type { SwitchProps } from './interface'; declare const Switch: FC; export default Switch;