import { IPSAppView } from '../../app/view/ipsapp-view'; import { IPSDEFormIFrame } from './ipsdeform-iframe'; import { PSDEFormDetailImpl } from './psdeform-detail-impl'; export declare class PSDEFormIFrameImpl extends PSDEFormDetailImpl implements IPSDEFormIFrame { get iFrameUrl(): string; protected linkpsappview: IPSAppView | null; getLinkPSAppView(): IPSAppView | null; get linkPSAppView(): IPSAppView | null; getLinkPSAppViewMust(): IPSAppView; get refreshItems(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdeform-iframe-impl.d.ts.map