import { TreeItemWrapper, TreeViewItemPlugin } from "../../models/index.mjs";
import { SimpleTreeViewStore } from "../../SimpleTreeViewStore/index.mjs";
export declare const useJSXItemsItemPlugin: TreeViewItemPlugin;
export declare const jsxItemsitemWrapper: TreeItemWrapper<SimpleTreeViewStore<any>>;