import { ElementRef, AfterViewInit } from '@angular/core';
export declare class EllipsisDirective implements AfterViewInit {
private elRef;
pEllipsis: string;
readonly maxWidth: string;
title: string;
pEllipsisEnabled: boolean;
constructor(elRef: ElementRef);
ngAfterViewInit(): void;
}