import { ConfigProvider } from './config-protocol'; import { ExpressionHandler } from '../el'; export declare class ConfigProviderImpl implements ConfigProvider { protected readonly expressionHandler: ExpressionHandler; get(key: string, defaultValue?: T): T; } //# sourceMappingURL=config-provider.d.ts.map