/** * Inline filter chips collapse to a single filter icon when: * - browser zoom ≥ ~200% / reflow viewport (WCAG), OR * - genuine mobile (narrow + touch-primary) — NOT desktop zoom shrinking width below md. */ declare function useCompactFilterToolbar(): boolean; export { useCompactFilterToolbar };