import type { HtmlIngredientProps } from '../types.js'; export interface TreeViewItemIndicatorProps extends HtmlIngredientProps<'span', HTMLSpanElement> { } declare const TreeViewItemIndicator: import("svelte").Component; type TreeViewItemIndicator = ReturnType; export default TreeViewItemIndicator;