import { SkyUIConfigService } from '@skyux/core';
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
/**
 * @internal
 */
export declare class MockSkyUIConfigService extends SkyUIConfigService {
    getConfig(key: string, defaultConfig?: any): Observable<any>;
    static ɵfac: i0.ɵɵFactoryDeclaration<MockSkyUIConfigService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<MockSkyUIConfigService>;
}
