import React from "react"; declare function WithInfo(Component: any, content: any): React.JSX.Element; export default WithInfo;