import { type ComponentType } from 'react'; export declare const hydrateReactIsland: (component: ComponentType>, element: HTMLElement, props: unknown) => void; export declare const isReactComponent: (value: unknown) => value is ComponentType>;