import { RebirthNGConfig } from '../rebirth-ng.config'; import { DocumentRef } from '../window-ref/document-ref.service'; export declare class EllipsisComponent { private documentRef; length: number; fullText: string; ellipsisText: string; placement: 'top' | 'bottom' | 'left' | 'right'; html: boolean; constructor(rebirthNGConfig: RebirthNGConfig, documentRef: DocumentRef); max: number; text: string; private ellipsis(); private unCodeHtml(text); }