import * as i0 from "@angular/core"; export declare class TruncateTextPopoverComponent { /** * String to be rendered inside popover wrapper component. */ content: string; /** * The maximum length of the characters after which the text will be truncated */ charactersLimit: number; get isTruncated(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }