type $$ComponentProps = { showMeta?: boolean; empty?: boolean; }; declare const TreePanelStory: import("svelte").Component<$$ComponentProps, {}, "">; type TreePanelStory = ReturnType; export default TreePanelStory;