import type { BreakpointMatches } from '../../types/Breakpoints';
import type { UseBreakpointsObserverOnChange } from './types';
export declare function useBreakpointsObserver(onChange?: UseBreakpointsObserverOnChange): import("../useStoredValue").StoredValue<BreakpointMatches>;