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