import * as React from 'react'; export interface RootRefProps { rootRef?: ((instance: T | null) => void) | React.RefObject; } declare const RootRef: React.ComponentType; export default RootRef;