/** * Configuration class for dotcms-js. You can extend this class to overide one to many config options and inject * the your AppConfig in the app.module ts file of your application */ export declare class AppConfig { iconPath: string; dotCMSURLKey: string; constructor(); }