import { IPSAppView } from '../../app/view/ipsapp-view'; import { IPSSpan } from './ipsspan'; import { PSCodeListEditorImpl } from './pscode-list-editor-impl'; export declare class PSSpanImpl extends PSCodeListEditorImpl implements IPSSpan { get caption(): string; get hAlign(): 'LEFT' | 'CENTER' | 'RIGHT' | 'JUSTIFY'; protected linkpsappview: IPSAppView | null; getLinkPSAppView(): IPSAppView | null; get linkPSAppView(): IPSAppView | null; getLinkPSAppViewMust(): IPSAppView; get precision(): number; get renderMode(): 'TEXT' | 'HEADING1' | 'HEADING2' | 'HEADING3' | 'HEADING4' | 'HEADING5' | 'HEADING6' | 'PARAGRAPH'; get vAlign(): 'TOP' | 'MIDDLE' | 'BOTTOM'; get wrapMode(): 'WRAP' | 'NOWRAP'; get editable(): boolean; get enableLinkView(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psspan-impl.d.ts.map