export declare const spacingMapping: {
    readonly comfortable: number;
    readonly cosy: number;
    readonly compact: number;
};
