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