/** * When true, the sidebar should **not** pin utilities + profile to the bottom — the whole * rail becomes one scroll surface (WCAG 1.4.10 reflow at high zoom / very short viewports). * * Uses `visualViewport.scale` where available (pinch / some browser zoom) and falls back to * short viewport height. */ declare function useSidebarReflowZoom(): boolean; export { useSidebarReflowZoom };