import { SnotifyService } from '../../services/snotify.service'; import { SnotifyToast } from '../../models/snotify-toast.model'; import * as i0 from "@angular/core"; export declare class ButtonsComponent { private service; /** * Get buttons Array */ toast: SnotifyToast; constructor(service: SnotifyService); /** * remove toast */ remove(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }