/** * CSS `max-height` of the Panel shell — `min(320px, 40vh)`. * * Both values are kept here so the inline style in `Panel` and the * auto-pan cap computation in `usePanel` always stay in sync. */ export declare const PANEL_MAX_HEIGHT_PX = 320; export declare const PANEL_MAX_HEIGHT_VH = 40;