import type { Orientation } from '../../../../../core/types/orientation.js'; import type { UseResizableLayoutResponse } from '../types/chart-layout-internal.js'; export declare const useResizableLayout: (containerWidth: number, containerHeight: number, orientation: Orientation, showResizer?: boolean, showLegend?: boolean, onRatioChange?: (ratio: number) => void) => UseResizableLayoutResponse;