import '@angular/compiler'; import { type AfterViewInit, type OnChanges } from '@angular/core'; import type * as i0 from '@angular/core'; import type { RuntimeIslandRenderProps } from '../../types/island'; export declare class Island implements AfterViewInit, OnChanges { component: string; framework: RuntimeIslandRenderProps['framework']; hydrate: RuntimeIslandRenderProps['hydrate']; props: RuntimeIslandRenderProps['props']; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration, never, never, true, never>; private readonly container?; private markup; ngOnChanges(): void; ngAfterViewInit(): void; private applyMarkup; }