export default function withHideWhenEmbed(Component: React.ComponentType): { (props: T): import("react/jsx-runtime").JSX.Element | null; displayName: string; };