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<ButtonsComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ButtonsComponent, "ng-snotify-button", never, { "toast": { "alias": "toast"; "required": false; }; }, {}, never, never, false, never>;
}
