import { useTapRoot } from "../hooks/useTapRoot.js"; //#region src/core/createTapRoot.d.ts declare const createTapRoot: (render: () => R) => useTapRoot.Root & { unmount: () => void; }; //#endregion export { createTapRoot }; //# sourceMappingURL=createTapRoot.d.ts.map