import type { Breakpoint } from './breakpointShared';
export declare const breakpoint: {
    [key in Breakpoint]: number;
};
