export declare const space: { 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; 10: string; }; export type SpaceTokenKey = keyof { [Key in keyof typeof space as `$${Key}`]: (typeof space)[Key]; }; //# sourceMappingURL=spacings.d.ts.map