import { default as React } from 'react'; export declare const FloatingUITreeWrapper: ({ children, }: { children: React.ReactNode; }) => import("react/jsx-runtime").JSX.Element; export default FloatingUITreeWrapper;