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