import * as i0 from "@angular/core"; /** * A container component for custom tooltip content * * @remarks * Designed to be used within `` components to provide * rich, customized tooltip content. When used, replaces the default * text label with any arbitrary content. * * @example * ```html * * * *
* ⚠️ Critical warning! *
*
*
* ``` * * @example * ```html * * *
* * Custom tooltip layout *
*
*

Hover for details

*
* ``` */ export declare class TooltipContentComponent { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }