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