import { HTMLAttributes, HTMLProps, ReactNode } from 'react';
import { BoxComponentProps } from './components/box/Box';
export declare const spacing: {
r1: string;
r2: string;
r4: string;
r8: string;
r10: string;
r12: string;
r14: string;
r16: string;
r20: string;
r24: string;
r28: string;
r32: string;
r36: string;
r40: string;
f1: string;
f2: string;
f4: string;
f8: string;
f10: string;
f12: string;
f14: string;
f16: string;
f20: string;
f24: string;
f28: string;
f32: string;
f36: string;
f40: string;
};
export declare const Stack: ({ gap, direction, withSeparators, children, ...rest }: {
gap?: keyof typeof spacing;
direction?: "vertical" | "horizontal";
withSeparators?: boolean;
children: ReactNode[];
} & HTMLAttributes) => import("react/jsx-runtime").JSX.Element;
export declare const Wrap: ({ children, ...rest }: {
children: ReactNode[];
} & Omit, "ref" | "as"> & BoxComponentProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=spacing.d.ts.map