import * as i0 from "@angular/core"; export type DocsCalloutVariant = 'note' | 'warning' | 'tip' | 'danger' | 'info'; export interface DocsCalloutMetadata { /** Variant determines the color scheme */ variant?: DocsCalloutVariant; /** Optional title (defaults to variant name if not provided) */ title?: string; /** Hide the title completely */ hideTitle?: boolean; } export declare class DocsCalloutComponent { props: import("@angular/core").InputSignal; variant: () => DocsCalloutVariant; displayTitle: () => string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }