import { DetailedHTMLProps, HTMLAttributes } from 'react'; import { Theme } from '@mui/material'; import { MUIStyledCommonProps } from '@mui/system'; export type MapWrapperProps = MUIStyledCommonProps & DetailedHTMLProps, HTMLDivElement>; declare const MapWrapper: import("@emotion/styled").StyledComponent, DetailedHTMLProps, HTMLDivElement>, {}>; export default MapWrapper; //# sourceMappingURL=MapWrapper.d.ts.map