/** * * Demos: * * - [Stack (Joy UI)](https://mui.com/joy-ui/react-stack/) * - [Stack (Material UI)](https://mui.com/material-ui/react-stack/) * - [Stack (MUI System)](https://mui.com/system/react-stack/) * * API: * * - [Stack API](https://mui.com/system/api/stack/) */ declare const Stack: import("@mui/types").OverridableComponent>; export default Stack;