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