import { IconRegistry } from '@danske/sapphire-angular'; import { AlertContentDirective } from './alert-content.directive'; import * as i0 from "@angular/core"; /** * The `sp-alert` component is used to display important information, tips, or warnings within your application. * It provides a visually distinct container to highlight content for users. */ export declare class AlertComponent { constructor(iconRegistry: IconRegistry); _content?: AlertContentDirective; get hasContent(): boolean; /** * @default 'info' */ variant?: 'info' | 'warning' | 'negative' | 'positive'; get icon(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }