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