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