import { compose } from '@bem-react/core';
import { Modal as ModalTouchPhone } from '../Modal@touch-phone';
import { withThemeNormal } from '../_theme/Modal_theme_normal';
export * from '../Modal@touch-phone';
export var Modal = compose(withThemeNormal)(ModalTouchPhone);