import { BoxProps } from '@mui/material'; type ILayoutWrapperProps = BoxProps; declare const LayoutWrapper: import('react').ForwardRefExoticComponent & import('react').RefAttributes>; export { LayoutWrapper }; //# sourceMappingURL=Wrapper.d.ts.map