export declare const Stack: import("react").ForwardRefExoticComponent<{ align?: import("./types.js").StackAligns; justify?: import("./types.js").StackJustifies; direction?: import("./types.js").StackDirections; wrap?: import("./types.js").StackWraps; spacing?: import("./types.js").StackSpacings; } & Omit & import("react").HTMLAttributes & { as?: keyof JSX.IntrinsicElements; forwardedAs?: keyof JSX.IntrinsicElements; }, "ref" | "direction" | "spacing" | "align" | "wrap" | "justify"> & import("react").RefAttributes>; //# sourceMappingURL=Stack.d.ts.map