import { Dispatch, SetStateAction } from 'react';
import { AreaRowLayout, ResizePreviewState } from "../../types/areaTypes";
export declare const handleDragAreaResize: (row: AreaRowLayout, horizontal: boolean, areaIndex: number, // 1 is the first separator
setResizePreview: Dispatch<SetStateAction<ResizePreviewState | null>>) => void;
