import React from 'react'; declare function forwardGenericRef(render: (props: P, ref: React.Ref) => React.ReactElement | null): (props: P & React.RefAttributes) => React.ReactElement | null; export { forwardGenericRef };