import { Observable } from 'rxjs'; import { DevUIGlobalConfig, DevUIGlobalConfigKey, DevUIGlobalInsideConfigKey } from './config'; import * as i0 from "@angular/core"; export declare class DevConfigService { private configUpdated$; private config; constructor(defaultConfig?: DevUIGlobalConfig); getConfigForComponent(componentName: T): DevUIGlobalConfig[T]; getConfigForApi(api: T): DevUIGlobalConfig['global'][T]; getConfigChangeEventForComponent(componentName: DevUIGlobalConfigKey): Observable; set(componentName: T, value: DevUIGlobalConfig[T]): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export declare function WithConfig(propertyKey?: T | string): (target: any, propName: any, originalDescriptor?: TypedPropertyDescriptor) => any;