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