import type { HtmlIngredientProps } from '../types.js'; export interface TreeViewBranchTextProps extends HtmlIngredientProps<'span', HTMLSpanElement> { } declare const TreeViewBranchText: import("svelte").Component; type TreeViewBranchText = ReturnType; export default TreeViewBranchText;