import { MatSnackBar } from '@angular/material/snack-bar';
import * as i0 from "@angular/core";
export declare class SnackBarComponent {
    data: any;
    snackBar: MatSnackBar;
    constructor(data: any, snackBar: MatSnackBar);
    static ɵfac: i0.ɵɵFactoryDeclaration<SnackBarComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SnackBarComponent, "ng-component", never, {}, {}, never, never, false, never>;
}
