import type { MantineBreakpoint } from '../../MantineProvider'; export type BreakpointsSource = Record; export declare function getBreakpointValue(breakpoint: number | string, breakpoints: BreakpointsSource): number;