import type { RuntimeIslandRenderProps } from '../../types/island'; export declare const renderIsland: (props: RuntimeIslandRenderProps) => Promise;