import { type BreakpointVariant } from '../../types/Breakpoints'; export type BreakpointMatches = Record & T; export type Breakpoint = Record; export declare function useBreakpoints>(customBreakpoints?: T): BreakpointMatches>;