import { InjectionToken } from '@angular/core';
/**
 * Injection token for the rootpath of dynamic content
 */
export declare const DYNAMIC_CONTENT_BASE_PATH_TOKEN: InjectionToken<string>;
/**
 * Injection token for the assets path injected by the cms
 * This token will be injected only in editor mode
 */
export declare const CMS_ASSETS_PATH_TOKEN: InjectionToken<string>;
//# sourceMappingURL=dynamic-content.token.d.ts.map