import type { HtmlIngredientProps } from '../types.js'; export interface TreeViewBranchContentProps extends HtmlIngredientProps<'div', HTMLDivElement> { } declare const TreeViewBranchContent: import("svelte").Component; type TreeViewBranchContent = ReturnType; export default TreeViewBranchContent;