/** @jsxImportSource @emotion/react */ import { FC } from 'react'; type BotToolProps = { exec: (action: () => void, msg: string) => void; g: any; }; export declare const BotTool: FC; export {};