import type { BKey } from './mediaQueryShared';
export declare function getMediaQueryMax(max: BKey<'xs'>): '(max-width:479px)';
export declare function getMediaQueryMax(max: BKey<'s'>): '(max-width:759px)';
export declare function getMediaQueryMax(max: BKey<'m'>): '(max-width:999px)';
export declare function getMediaQueryMax(max: BKey<'l'>): '(max-width:1299px)';
export declare function getMediaQueryMax(max: BKey<'xl'>): '(max-width:1759px)';
export declare function getMediaQueryMax(max: BKey<'xxl'>): '(max-width:1919px)';
