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