declare type Spacing = (space: number) => string; declare const spacing: Spacing; export default spacing; //# sourceMappingURL=spacing.d.ts.map