import { ScreenMap } from '../ui'; import type { ColOffsetProps, ColSizeProps } from '../ui/Col/Col.types'; import type { BreakpointTokens, ScreenVariant } from './types'; export declare const gridSizes: Array; export declare const getGridViewClass: (view: string) => string; /** * Генерирует строку со стилями для обертки Grid и набором медиа-запросов * * @param {BreakpointToken} breakponts - объект view с набором токенов ширины вьюпорта * @param {string} viewName - название view из конфига * @return {string} стили для обертки Grid */ export declare const getBaseGridView: (breakponts: BreakpointTokens, viewName: string) => string; /** * Используется в Col.tsx для получения токенов для view="default" */ export declare const getColTokens: (props: ScreenMap & ColOffsetProps & ColSizeProps) => {}; //# sourceMappingURL=index.d.ts.map