import * as React from 'react'; declare type WithDomRefProps = { children: React.FunctionComponentElement; }; export declare const WithDomRef: React.ForwardRefExoticComponent>>; export {};