import { NgZone, InjectionToken } from '@angular/core'; import { InoElementsConfig } from '@inovex.de/elements'; export declare const ConfigToken: InjectionToken; export declare const appInitialize: (config: InoElementsConfig, doc: Document, zone: NgZone) => () => any;