import type { MantineTheme } from '../../MantineProvider';
export declare function getBreakpointValue(breakpoint: number | string, theme: MantineTheme): number;
