import { EventEmitter } from '@angular/core'; import '@arclux/arc-ui/truncate'; import * as i0 from "@angular/core"; export declare class Truncate { private readonly _el; set lines(value: number); get lines(): number; set expanded(value: boolean); get expanded(): boolean; expandedChange: EventEmitter; _onArcToggle(event: CustomEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }