import { ElementRef } from '@angular/core'; import { TooltipPosition } from '../../directives/tooltip.directive'; import { ComponentService } from '../../services/component.service'; import { BaseSibscriber } from '../../common/BaseSibscriber'; import * as i0 from "@angular/core"; export declare class TextBlockComponent extends BaseSibscriber { componentService: ComponentService; textOverflow: string; overflow: string; whiteSpace: string; position: TooltipPosition; colorText: string; stickyToElement: boolean; isCore: boolean; set maxWidth(maxWidth: number); get maxWidth(): number; private _maxWidth; private _originalMaxWidth; set text(text: string); get text(): string; private _text; isLink: boolean; isEllipsis: boolean; container: ElementRef; constructor(componentService: ComponentService); private setView; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=text-block.component.d.ts.map