import { Grid } from "@mui/material"; export declare type GridJustification = "flex-start" | "center" | "flex-end" | "space-between" | "space-around" | "space-evenly"; export default Grid; //# sourceMappingURL=grid.d.ts.map