import { type ValueType } from '../../../types/scss/Layout';
export declare const colsTransform: ((value: ValueType) => ValueType) | undefined;
export declare const rowsTransform: ((value: ValueType) => ValueType) | undefined;
export declare const gapTransform: ((value: ValueType) => ValueType) | undefined;
