import React from "react"; import { AssistantParams } from "./types"; export default function Assistant(params: AssistantParams): React.JSX.Element;