import * as React from 'react'; import { TreeEnvironmentRef, UncontrolledTreeEnvironmentProps } from '../types'; export declare const UncontrolledTreeEnvironment: (p: UncontrolledTreeEnvironmentProps & { ref?: React.Ref> | undefined; }) => React.ReactElement;