import { StackProps } from '@mui/material';
export interface StackContainerModel extends StackProps {
}
