declare const Spacing: ({ size }: {
    size: number;
}) => JSX.Element;
export default Spacing;
//# sourceMappingURL=spacing.d.ts.map