export function withForwardedRef(Component: any): React.ForwardRefExoticComponent>; export const refShape: PropTypes.Requireable<((...args: any[]) => any) | PropTypes.InferProps<{ current: any; }>>; import React from "react"; import PropTypes from "prop-types";