/** * @module botbuilder-ai */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { ComponentDeclarativeTypes } from 'botbuilder-dialogs-declarative'; import { ComponentRegistration } from 'botbuilder-core'; /** * Define component assets for QnAMaker. */ export declare class QnAMakerComponentRegistration extends ComponentRegistration { private readonly services; /** * Create an instance of QnAMakerComponentRegistration. */ constructor(); /** * Get declarative types for QnAMaker component registration. * * @param _resourceExplorer resource explorer * @returns component registrations */ getDeclarativeTypes(_resourceExplorer: unknown): ComponentDeclarativeTypes[]; } //# sourceMappingURL=qnaMakerComponentRegistration.d.ts.map