import { type SwitchProps as AntdSwitchProps } from 'antd'; export type SwitchProps = AntdSwitchProps; export declare const Switch: React.FC;