import { Theme } from '../theme/index.js'; import { StackAligns, StackDirections, StackJustifies, StackWraps } from './types.js'; export declare const StackStyle: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { $align: StackAligns; $justify: StackJustifies; $direction: StackDirections; $wrap: StackWraps; $spacing?: "sm" | "md" | "lg" | "xl" | "xs" | "xxl" | undefined; theme: Theme; }, never>; //# sourceMappingURL=StackStyles.d.ts.map