import React from 'react'; import { DrawerProps } from 'antd'; import { TextPropType } from '../types'; declare const Drawer: React.FC; export default Drawer;