/**
 * Creates a spacing CSS value (px) based on grid system values.
 *
 * @param {number} [value=1] Multiplier against the grid base value (8)
 * @return {string} The spacing value (px).
 */
export function space(value?: number | undefined): string;
//# sourceMappingURL=space.d.ts.map