import * as CSS from 'csstype'; import { a as Breakpoint } from './theme-aDBfke1X.mjs'; import { P as PolymorphicComponent } from './Box.d-KeTK9_Gy.mjs'; import 'react'; import '@mui/types'; import './sx.d-CCumutqY.mjs'; type CssProperty = T | Array | Partial>; type StackBaseProps = { spacing?: CssProperty; direction?: CssProperty; divider?: React.ReactNode; className?: string; }; declare const Stack: PolymorphicComponent< StackBaseProps & React.DetailsHTMLAttributes >; export { Stack as default };