import * as CSS from 'csstype'; import { a as Breakpoint } from './theme-aDBfke1X.js'; import { P as PolymorphicComponent } from './Box.d-Bf-NOUoN.js'; import 'react'; import '@mui/types'; import './sx.d-Cr4VrsXR.js'; 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;