import { DrawerProps } from "antd"; import { FC } from "react"; export interface IDrawerProps extends Partial { } /** * Drawer controlled by a DrawerContext. */ export declare const Drawer: FC;