import { InjectionToken } from '@angular/core'; export declare const SNACKBAR_DEFAULT_OPTIONS: InjectionToken; export interface SnackbarConfig { actionLabel?: string | null; duration?: number; }