import { IPSSysCss } from './ipssys-css'; import { IPSSysEditorStyle } from './ipssys-editor-style'; import { IPSSysPFPlugin } from './ipssys-pfplugin'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSSysEditorStyleImpl extends PSModelObjectImpl implements IPSSysEditorStyle { get ajaxHandlerType(): 'None' | 'CodeList' | 'PickupText' | 'AC' | 'Custom'; get codeName(): string; get containerType(): 'FORMITEM' | 'GRIDCOLUMN' | 'PANELFIELD'; get dynaModelFilePath(): string; get editorHeight(): number; get editorType(): string; get editorWidth(): number; get linkViewShowMode(): 'NORMAL' | 'MODAL' | 'EMBEDDED'; get mOSFilePath(): string; get memo(): string; get name(): string; protected pssyscss: IPSSysCss | null; getPSSysCss(): IPSSysCss | null; get psSysCss(): IPSSysCss | null; getPSSysCssMust(): IPSSysCss; protected pssyspfplugin: IPSSysPFPlugin | null; getPSSysPFPlugin(): IPSSysPFPlugin | null; get psSysPFPlugin(): IPSSysPFPlugin | null; getPSSysPFPluginMust(): IPSSysPFPlugin; get rTMOSFilePath(): string; get refViewShowMode(): 'NORMAL' | 'MODAL' | 'EMBEDDED'; get styleCode(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get extendStyleOnly(): boolean; get replaceDefault(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pssys-editor-style-impl.d.ts.map