import { FC } from "react"; import { GridProps } from "@material-ui/core/Grid"; /** * A handy component for consistent and thoughtfully spaced layouts. * Extends [`@material-ui/core/Grid`](https://material-ui.com/components/grid/). */ export declare const InsetWrap: FC; export default InsetWrap; //# sourceMappingURL=index.d.ts.map