import React from "react"; declare const getComponent: (type: any) => (props: any) => React.JSX.Element; export default getComponent;