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