import type { LiteralUnion } from '../../types'; import type { DesignSystemSize } from './types'; export declare const columnGapClassNames: Record; export declare const rowGapClassNames: Record; export type GapProp = LiteralUnion; export type GapsProp = GapProp | [GapProp, GapProp]; /** * Возвращает массив отступов [rowGap, columnGap] */ export declare function calculateGap(gap: GapsProp): [GapProp, GapProp]; //# sourceMappingURL=gaps.d.ts.map