import '@angular/compiler'; import type * as i0 from '@angular/core'; import type { RuntimeIslandRenderProps } from '../../types/island'; export declare class Island { component: string; framework: RuntimeIslandRenderProps['framework']; hydrate: RuntimeIslandRenderProps['hydrate']; props: RuntimeIslandRenderProps['props']; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration, never, never, true, never>; get serializedProps(): string; }