export declare const spacing: { narrow: string; normal: string; wide: string; }; export declare type Spacing = typeof spacing;