import type { OnInit } from '@angular/core'; import type { CuiAlertResizing } from './alert.types'; import * as i0 from "@angular/core"; export declare class CuiAlertComponent implements OnInit { protected readonly context: import("@cuby-ui/cdk").CuiPopover; protected readonly AUTO_CLOSE_DURATION_IN_MILLISECONDS = 3000; protected get resizing(): CuiAlertResizing; ngOnInit(): void; protected onClosed(): void; private initAutoClose; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }