import { InjectionToken } from '@angular/core';
/** The C11n injection token */
export declare const C11N_PRESENTERS_MAP_TOKEN: InjectionToken<string>;
/** Function used to register custom components */
export declare const C11N_REGISTER_FUNC_TOKEN: InjectionToken<string>;
//# sourceMappingURL=c11n.token.d.ts.map