import { BotComponent } from 'botbuilder';
import { Configuration, ServiceCollection } from 'botbuilder-dialogs-adaptive-runtime-core';
/**
 * [BotComponent](xref:botbuilder-core.BotComponent) for adaptive components.
 */
export declare class AdaptiveBotComponent extends BotComponent {
    /**
     * @param services Services Collection to register.
     * @param _configuration Configuration for the bot component.
     */
    configureServices(services: ServiceCollection, _configuration: Configuration): void;
}
//# sourceMappingURL=adaptiveBotComponent.d.ts.map
