import { IPSAppDEHtmlView } from './ipsapp-dehtml-view'; import { PSAppDEViewImpl } from './psapp-deview-impl'; export declare class PSAppDEHtmlViewImpl extends PSAppDEViewImpl implements IPSAppDEHtmlView { get htmlUrl(): string; get loadDefault(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-dehtml-view-impl.d.ts.map