import * as _emotion_styled from '@emotion/styled';
import * as react from 'react';
import * as _mui_system from '@mui/system';
import * as _mui_material from '@mui/material';

interface ModalContentWrapperProps {
    contentPadding?: boolean;
}
declare const ModalContentWrapper: _emotion_styled.StyledComponent<_mui_system.BoxOwnProps<_mui_material.Theme> & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof _mui_system.BoxOwnProps<_mui_material.Theme>> & _mui_system.MUIStyledCommonProps<_mui_material.Theme> & ModalContentWrapperProps, {}, {}>;

export { ModalContentWrapper };
export type { ModalContentWrapperProps };
