import { type Ref, type RefAttributes, type JSX } from 'react'; export declare function forwardRef(Component: (props: T, ref: Ref) => JSX.Element | null, displayName?: string): (props: T & RefAttributes) => JSX.Element | null; //# sourceMappingURL=forward-ref.d.ts.map