import React from 'react'; export declare const useModalResize: (props: { defaultWidth?: number | string; defaultHeight?: number | string; panelRef: React.RefObject; }) => { handleXMouseDown: (e: React.MouseEvent) => void; handleYMouseDown: (e: React.MouseEvent) => void; handleXYMouseDown: (e: React.MouseEvent) => void; isDragging: boolean; width: string | number | undefined; height: string | number | undefined; }; //# sourceMappingURL=use-modal-resize.d.ts.map