import * as i0 from "@angular/core";
export declare class TextEllipsisComponent {
    text: string;
    tailLength: number;
    get head(): string;
    get tail(): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<TextEllipsisComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<TextEllipsisComponent, "acl-text-ellipsis", never, { "text": { "alias": "text"; "required": false; }; "tailLength": { "alias": "tailLength"; "required": false; }; }, {}, never, never, true, never>;
}
