import { FC } from "react"; import { BoxProps } from "@material-ui/core"; interface SheetProps extends BoxProps { /** If true, sheet will extend to 100% and drop horizontal borders */ fullWidth?: boolean; } export declare const Sheet: FC; export {}; //# sourceMappingURL=index.d.ts.map