import { InjectionToken } from '@angular/core';
import { IHotjarSettings } from '../interfaces/i-hotjar-settings';
/**
 * Provides a token to override default settings. You can use this token to enhance our library
 * and configure multiple sites/app on the same environment.
 */
export declare const NGX_HOTJAR_SETTINGS_TOKEN: InjectionToken<IHotjarSettings>;
