import { ComponentProps } from 'react'; import { Popup } from '../Popup'; type PopupResizableProp = ComponentProps['resizable']; export declare const getPopupDFResizableConfig: (resizable: PopupResizableProp, placement?: ComponentProps['placement']) => PopupResizableProp; export {};