/** * Default Spacing * * Shared spacing values for all themes - compact for terminal use */ import type { ThemeSpacing } from '../types.js'; export declare const DEFAULT_SPACING: ThemeSpacing; //# sourceMappingURL=spacing.d.ts.map