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