export function formatSingleSpacingValue(value: any): any;
export function formatComplexSpacingValue(value: any): any;
export default Box;
declare const Box: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
import React from 'react';
//# sourceMappingURL=Box.d.ts.map