import { IPSAppView } from '../../app/view/ipsapp-view'; import { IPSDEMultiEditViewPanel } from './ipsdemulti-edit-view-panel'; import { PSDEGridImpl } from './psdegrid-impl'; export declare class PSDEMultiEditViewPanelImpl extends PSDEGridImpl implements IPSDEMultiEditViewPanel { protected embeddedpsappview: IPSAppView | null; getEmbeddedPSAppView(): IPSAppView | null; get embeddedPSAppView(): IPSAppView | null; getEmbeddedPSAppViewMust(): IPSAppView; get panelStyle(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdemulti-edit-view-panel-impl.d.ts.map