import type { DrawerProps as AntdDrawerProps } from 'antd'; export interface DrawerProps extends AntdDrawerProps { } export declare const Drawer: React.FC;