import type { ComponentType, ForwardRefRenderFunction } from 'react'; export default function withScript(src: string | string[]): | ComponentType>(Element: E) => E;