type ReactComponentType> = import('react').ComponentType; export declare const renderAngularIslandToHtml: (component: import("@angular/core").Type, props: Record, islandId: string) => Promise; export declare const renderReactIslandToHtml: >(component: ReactComponentType, props: Props) => Promise; export declare const renderSvelteIslandToHtml: >(component: import("svelte").Component, props: Props) => Promise; export declare const renderVueIslandToHtml: >(component: import("vue").Component, props: Props) => Promise; export {};