import React from "react"; /** * Use this to wrap your component and pass it a function "remountMe" as a prop * that simply remounts the component. * */ export default function withRemountableWrapper(Component: React.FC void; }>): React.FC; //# sourceMappingURL=withRemountableWrapper.d.ts.map