import '@arclux/arc-ui/notification-panel'; import * as i0 from "@angular/core"; export declare class NotificationPanel { private readonly _el; set open(value: boolean); get open(): boolean; set position(value: 'top-right' | 'top-left'); get position(): 'top-right' | 'top-left'; set maxHeight(value: string); get maxHeight(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }