import { AfterViewInit, ChangeDetectorRef, ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class EllipsisDirective implements AfterViewInit { private cdRef; private elRef; width?: string; title?: string; enabled: boolean; get inlineClass(): string; get class(): boolean; get maxWidth(): string; constructor(cdRef: ChangeDetectorRef, elRef: ElementRef); ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class EllipsisModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }