import { EventEmitter } from '@angular/core'; import { SectionHeaderMetadata } from './types'; import * as i0 from "@angular/core"; /** * val-section-header — standard section eyebrow for all factory apps. * * Two-row layout: * ``` * ┌────────────────────────────────────────────────┐ * │ TITLE (bold 18px) [action btn] │ ← row 1, space-between * │ info link / subtitle (muted 13px) │ ← row 2, optional * └────────────────────────────────────────────────┘ * ``` * * CSS var `--val-section-header-cta-color` tints the `infoLink` text color. * * Both `action` (button) and `infoLink` (text link) emit `(actionClick)` with * their respective `token`. */ export declare class SectionHeaderComponent { readonly props: import("@angular/core").InputSignal>; actionClick: EventEmitter; readonly config: import("@angular/core").Signal; readonly titleClass: import("@angular/core").Signal<"sh-title sh-title--page" | "sh-title">; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }