import { type ForwardRefExoticComponent, type ForwardRefRenderFunction, type PropsWithoutRef, type Ref, type RefAttributes } from 'react'; export declare const forwardRefShim: (render: ForwardRefRenderFunction | undefined; }>) => ForwardRefExoticComponent & RefAttributes>;