import { ActionHeaderMetadata } from './types';
import * as i0 from "@angular/core";
/**
* `val-action-header` — heading with a right-aligned action button.
*
* By default renders the heading via `val-display` (hero size). Set
* `headingKind: 'title'` to render via `val-title` (section size) so it
* matches `val-title` section labels elsewhere on the same screen.
*
* @example Section heading (matches `val-title size='medium'` on the page):
*
*
* @example Page hero (default):
*
*/
export declare class ActionHeaderComponent {
props: ActionHeaderMetadata;
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵcmp: i0.ɵɵComponentDeclaration;
}