import { breakpoints } from './breakpoints'; export declare function useMatchBreakpoint(breakpointKey: keyof typeof breakpoints): boolean;