/** True when viewport width is strictly below `px`. */
export declare function useBelowBreakpoint(px: number): boolean;
