import { RenderTTreeProps } from '../internal-types'; import { TDocument } from '@native-html/transient-render-engine'; /** * @internal */ export default function useTTree(props: RenderTTreeProps): TDocument; //# sourceMappingURL=useTTree.d.ts.map