declare const Spacing: { incrementsOf4: (x?: number) => number; }; export default Spacing;