export interface Spacing { unit: number; } export type SpacingOptions = Partial; declare const spacing: Spacing; export default spacing;