import { ChatProviderProps } from "@websolutespa/ask-plugin"; import * as _$react_jsx_runtime0 from "react/jsx-runtime"; //#region src/components/chat.d.ts declare function Chat({ appKey, apiKey, ...props }: Partial): _$react_jsx_runtime0.JSX.Element; //#endregion export { Chat as t };