import { IPSEditor } from '../ipseditor'; import { IPSSysPanelField } from './ipssys-panel-field'; import { PSSysPanelItemImpl } from './pssys-panel-item-impl'; import { IPSSysCss } from '../../res/ipssys-css'; import { IPSSysImage } from '../../res/ipssys-image'; export declare class PSSysPanelFieldImpl extends PSSysPanelItemImpl implements IPSSysPanelField { get fieldStates(): 1 | 2; get labelCssStyle(): string; get labelDynaClass(): string; protected labelpssyscss: IPSSysCss | null; getLabelPSSysCss(): IPSSysCss | null; get labelPSSysCss(): IPSSysCss | null; getLabelPSSysCssMust(): IPSSysCss; get outputCodeListConfigMode(): 0 | 1 | 2; protected pseditor: IPSEditor | null; getPSEditor(): IPSEditor | null; get psEditor(): IPSEditor | null; getPSEditorMust(): IPSEditor; protected pssysimage: IPSSysImage | null; getPSSysImage(): IPSSysImage | null; get psSysImage(): IPSSysImage | null; getPSSysImageMust(): IPSSysImage; get valueFormat(): string; get valueItemName(): string; get viewFieldName(): string; get allowEmpty(): boolean; get convertToCodeItemText(): boolean; get hidden(): boolean; get needCodeListConfig(): boolean; get showCaption(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pssys-panel-field-impl.d.ts.map