import type { GuidePanelProps } from './index.js'; declare const GuidePanel: import("svelte").Component; type GuidePanel = ReturnType; export default GuidePanel;