import React from 'react';
export declare const useMediaLessThan: (ref: React.RefObject<HTMLElement>, breakpointValue: number) => boolean;
