import { ApplicationState, PointerCoordinates } from '../types'; declare const handleResizePortal: (coords: PointerCoordinates, getState: () => ApplicationState, setState: (value: Partial) => void) => void; export default handleResizePortal; //# sourceMappingURL=handleResizePortal.d.ts.map