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