import type { TutorialStore } from '@tutorialkit/runtime'; interface Props { className?: string; tutorialStore: TutorialStore; } export declare function BootScreen({ className, tutorialStore }: Props): import("react/jsx-runtime").JSX.Element; export {};