import React from 'react'; import type { SwitchProps as AntdSwitchProps } from 'antd/lib/switch'; import 'antd/lib/switch/style'; export * from 'antd/lib/switch'; export declare type SwitchProps = AntdSwitchProps & { readonly?: boolean; }; export declare const Switch: React.ForwardRefExoticComponent>; export default Switch; //# sourceMappingURL=switch.d.ts.map