import { InjectionToken } from '@angular/core';
export declare const DEFAULT_RICHTEXTEDITOR_ASSETS_PATH = "assets/richtexteditor";
export declare const RICHTEXTEDITOR_ASSETS_PATH: InjectionToken<string>;
