import { TutorialStore } from '@tutorialkit/runtime'; import type { Theme } from '../core/types.js'; interface Props { tutorialStore: TutorialStore; theme: Theme; } /** * This component is the orchestrator between various interactive components. */ export declare function WorkspacePanel({ tutorialStore, theme }: Props): import("react/jsx-runtime").JSX.Element; export {};