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