import { NotifyModel } from './notify.model'; import { RebirthNGConfig } from '../rebirth-ng.config'; export declare class NotifyComponent { private rebirthNGConfig; notifies: NotifyModel[]; width: string; cssClass: string; placement: 'top' | 'top-right' | 'bottom' | 'bottom-right' | 'center'; constructor(rebirthNGConfig: RebirthNGConfig); close(item: any): void; }