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