import * as React from 'react'; export interface RootRefProps { rootRef?: () => React.HTMLAttributes; } declare const RootRef: React.ComponentType; export default RootRef;