import { ElementRef } from '@angular/core';
import { CdsAlertActions } from '@cds/core/alert';
import * as i0 from "@angular/core";
export declare class CdsAlertActionsDirective {
    protected element: CdsAlertActions;
    constructor(elementRef: ElementRef);
    static ɵfac: i0.ɵɵFactoryDeclaration<CdsAlertActionsDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<CdsAlertActionsDirective, "cds-alert-actions", never, {}, {}, never>;
}
