import { I18nInterface } from '../../i18n/i18n.interface';
export declare class LazyApplicationLoaderConfig {
    theme?: string;
    language?: I18nInterface;
    constructor();
}
//# sourceMappingURL=application.config.d.ts.map