import type { IslandRegistry, IslandRegistryInput, TypedIslandRenderProps } from '../../types/island'; export declare const createTypedIsland: (_registry: IslandRegistry) => (props: TypedIslandRenderProps) => import("react/jsx-runtime").JSX.Element;