import { Popup } from '../../Popup/Popup';
export interface IModalRegistry {
    Popup: typeof Popup;
}
