import { TextPreset } from '@sixbell-telco/sdk/directives/text'; import * as i0 from "@angular/core"; /** * A context-aware subtitle primitive for cards. * * @remarks * Renders as a `

` element with the prominent card-header preset inside `` when the card contains sections. * If the card has no sections, the subtitle downgrades to the same preset used by section subtitles. * Preset and classes are overridable per instance. * Supports arbitrary inner HTML/components. * * Uses `display: contents` so the rendered paragraph element participates * directly in the parent flex layout. * * @example * ```html * * Title * Last updated today * * ``` */ export declare class CardSubtitleComponent { private readonly typographyContext; private readonly hostStaticClasses; preset: import("@angular/core").InputSignal; class: import("@angular/core").InputSignal; protected readonly isCardHeader: import("@angular/core").Signal; protected readonly prominent: import("@angular/core").Signal; protected readonly resolvedPreset: import("@angular/core").Signal<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10">; protected readonly resolvedClass: import("@angular/core").Signal; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }