import { PopupService } from '../../../property-grid/internal/_popupService'; export declare class MasterDetailEditorPopupManager { private _popupService; private _action; private _popupItems; private _updateActions; constructor(target: any, popupService: PopupService, action: string, popupItems: { name: any; }[]); target: any; showPopup: (_: any, element: any) => void; }