import { withRegistry } from '@bem-react/di';
import '../polyfills/click-event';
import { Popup as PopupCommon } from './Popup';
import { popupRegistry } from './Popup.registry/touch-phone';
export * from './Popup';
export var Popup = withRegistry(popupRegistry)(PopupCommon);