import { IPSTextItem } from './ipstext-item'; import { PSRawItemImplBase } from './psraw-item-impl-base'; export declare class PSTextItemImpl extends PSRawItemImplBase implements IPSTextItem { get caption(): string; get hAlign(): 'LEFT' | 'CENTER' | 'RIGHT' | 'JUSTIFY'; get renderMode(): 'TEXT' | 'HEADING1' | 'HEADING2' | 'HEADING3' | 'HEADING4' | 'HEADING5' | 'HEADING6' | 'PARAGRAPH'; get vAlign(): 'TOP' | 'MIDDLE' | 'BOTTOM'; get wrapMode(): 'WRAP' | 'NOWRAP'; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pstext-item-impl.d.ts.map