import { Theme } from '../theme/index.js'; import { StackAligns, StackDirections, StackJustifies, StackSpacings, 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?: StackSpacings; theme: Theme; }, never>; //# sourceMappingURL=StackStyles.d.ts.map