import { default as React } from 'react'; import { DrawerProps as AntdDrawerProps } from 'antd'; export type DrawerProps = AntdDrawerProps; export declare const Drawer: React.FC;