import { OnInit } from '@angular/core';
import { MatSnackBar } from '@angular/material/snack-bar';
import { ErrorStacktraceModel } from 'cocori-ng/src/feature-core';
import * as i0 from "@angular/core";
export declare class ToastErrorStacktraceComponent implements OnInit {
    private matSnackBar;
    data: ErrorStacktraceModel;
    toggleVisibility: boolean;
    errorDebugMessages: string[];
    constructor(matSnackBar: MatSnackBar, data: ErrorStacktraceModel);
    ngOnInit(): void;
    afficheCache(): void;
    close(event: any): void;
    trackBy(index: number): number;
    static ɵfac: i0.ɵɵFactoryDeclaration<ToastErrorStacktraceComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ToastErrorStacktraceComponent, "toast-error-stacktrace", never, {}, {}, never, never, false>;
}
