import { Theme } from '../theme/index.js'; import { StackSpacings } from './types.js'; export declare const StackItemStyle: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { $grow: number; $shrink: number; $basis: string; $spacing?: StackSpacings; theme: Theme; }, never>; //# sourceMappingURL=StackItemStyles.d.ts.map