import { IPSSubViewType } from './ipssub-view-type'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSSubViewTypeImpl extends PSModelObjectImpl implements IPSSubViewType { get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get nameMode(): 'APPEND' | 'REPLACE'; get rTMOSFilePath(): string; get typeCode(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get viewModel(): IModel; get extendStyleOnly(): boolean; get replaceDefault(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pssub-view-type-impl.d.ts.map