import { AxoSnackBarType } from './axo-snack-bar.service'; import { OnInit } from '@angular/core'; import { MatSnackBarRef } from '@angular/material/snack-bar'; import * as i0 from "@angular/core"; export declare class AxoSnackBarComponent implements OnInit { data: any; private _snackRef; message: string; action: string; type: AxoSnackBarType; axoSnackBarType: typeof AxoSnackBarType; constructor(data: any, _snackRef: MatSnackBarRef); ngOnInit(): void; /** * Close _snack bar */ close(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }