import { Drawer as AntDrawer } from 'antd'; import React from 'react'; import { IPopupProps } from './usePopup'; export declare const Drawer: (props: React.ComponentProps & IPopupProps) => React.JSX.Element;