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