import { BotComponent } from 'botbuilder-core';
import { Configuration, ServiceCollection } from 'botbuilder-dialogs-adaptive-runtime-core';
/**
 * Bot component for bot Dialogs.
 */
export declare class DialogsBotComponent extends BotComponent {
    /**
     * @param services Services Collection to register.
     * @param configuration Configuration for the bot component.
     */
    configureServices(services: ServiceCollection, configuration: Configuration): void;
}
//# sourceMappingURL=dialogsBotComponent.d.ts.map