import { VuiComponent } from "../core/vui.js";
import { IconProps } from "../icon/icon.types.js";
import "../icon/index.js";
import "../index.js";
//#region src/tree/treeIcon.d.ts
/** Displays an icon on the side of the TreeItem. */
declare const TreeIcon: VuiComponent<"svg", IconProps>;
//#endregion
export { TreeIcon, TreeIcon as default };

//# sourceMappingURL=treeIcon.d.ts.map