import * as _angular_core from '@angular/core'; import { PortalContent } from '@lucca-front/ng/core'; declare class HighlightDataComponent { #private; /** * The title of the highlight date */ readonly heading: _angular_core.InputSignal; /** * The content of the highlight date */ readonly value: _angular_core.InputSignal; /** * Add text below the content */ readonly subText: _angular_core.InputSignal; /** * Define a bubble style based on the CDN image bubble number */ readonly bubble: _angular_core.InputSignal; /** * Define a specific them white light or dark. (White by default) */ readonly theme: _angular_core.InputSignal<"white" | "light" | "dark">; /** * Apply product name to illustration URL and CSS component palette * This specific palette must be set up on config.scss */ readonly palette: _angular_core.InputSignal; /** * Main illustration * An URL can be apply for custom images */ readonly illustration: _angular_core.InputSignal; /** * Which size should the highlight data be? XS to medium */ readonly size: _angular_core.InputSignal<"XS" | "S" | "M">; /** * Adjust layout to text value */ readonly valueFirst: _angular_core.InputSignalWithTransform; /** * Displayed in nested mode */ readonly nested: _angular_core.InputSignalWithTransform; get lightClass(): boolean; get darkClass(): boolean; readonly illustrationSrc: _angular_core.Signal; readonly bubbleSrc: _angular_core.Signal; readonly bubbleTheme: _angular_core.Signal<"light" | "dark">; constructor(); static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵcmp: _angular_core.ɵɵComponentDeclaration; } export { HighlightDataComponent };