import { FC } from 'react'; import { DrawerProps } from 'antd'; import './index.less'; declare const Drawer: FC; export default Drawer;