import { IPSDEFormTabPage } from './ipsdeform-tab-page'; import { IPSDEFormTabPanel } from './ipsdeform-tab-panel'; import { PSDEFormDetailImpl } from './psdeform-detail-impl'; export declare class PSDEFormTabPanelImpl extends PSDEFormDetailImpl implements IPSDEFormTabPanel { protected psdeformtabpages: IPSDEFormTabPage[] | null; getPSDEFormTabPages(): IPSDEFormTabPage[] | null; get psDEFormTabPages(): IPSDEFormTabPage[] | null; findPSDEFormTabPage(objKey: any): IPSDEFormTabPage | null; get showCaption(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdeform-tab-panel-impl.d.ts.map