import React from "react"; import type { DrawerProps, PushState } from "antd/es/drawer"; export interface Props extends DrawerProps { } export type { PushState }; export declare const Drawer: ({ ...props }: Props) => React.JSX.Element;