import * as React from "react"; export function polyfill>( Comp: T, ): T & { [K in keyof T]: T[K] };