import React from 'react'; export declare function fixedForwardRef(render: (props: P, ref: React.Ref) => React.ReactElement | null): (props: P & React.RefAttributes) => React.ReactElement | null; //# sourceMappingURL=fixedForwardRef.d.ts.map