import type { IslandRegistry, IslandRegistryInput, TypedIslandRenderProps } from '../../types/island'; export declare const createTypedIsland: (registry: IslandRegistry) => (props: TypedIslandRenderProps) => Promise;