export declare const spacingBaselineValue = 8; export declare const spacingBaseline: string; export declare const spacing0_25x: string; export declare const spacing0_5x: string; export declare const spacing1x: string; export declare const spacing1_5x: string; export declare const spacing2x: string; export declare const spacing3x: string; export declare const spacing4x: string; export declare const spacing5x: string; export declare const spacing6x: string; export declare const spacingLayout2x: string; export declare const spacingLayout3x: string; export declare const spacingLayout4x: string; export declare const spacingLayout6x: string; export declare const spacingLayout8x: string; export declare const spacingLayout12x: string; export declare const spacingLayout20x: string; export interface spacingTokens { spacingBaselineValue: number; spacingBaseline: string; spacing0_25x: string; spacing0_5x: string; spacing1x: string; spacing1_5x: string; spacing2x: string; spacing3x: string; spacing4x: string; spacing5x: string; spacing6x: string; spacingLayout2x: string; spacingLayout3x: string; spacingLayout4x: string; spacingLayout6x: string; spacingLayout8x: string; spacingLayout12x: string; spacingLayout20x: string; }