import { Popup as InnerPopup, PopupGroup } from './popup'; declare type _Popup = typeof InnerPopup; interface Popup extends _Popup { Group: typeof PopupGroup; } declare const Popup: Popup; export default Popup;