import type { PropsWithoutRef, ReactElement, Ref, RefAttributes } from 'react'; export declare function forwardRefWithGeneric(render: (props: P, ref: Ref) => ReactElement | null): (props: PropsWithoutRef

& RefAttributes) => ReactElement | null; //# sourceMappingURL=forwardRef.d.ts.map