import * as i0 from "@angular/core";
export declare const CALLOUT_VARIANTS: readonly ["informative", "warning", "error"];
export type CalloutVariant = (typeof CALLOUT_VARIANTS)[number];
/**
* Callout component for displaying contextual messages with semantic variants.
*
* @example
*
*
*
*/
export declare class CalloutComponent {
text: string;
variant: CalloutVariant;
get hostClass(): string;
get icon(): string;
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵcmp: i0.ɵɵComponentDeclaration;
}