import { type QRL, type Signal } from '@qwik.dev/core'; export declare function renderFromServer(Host: any, reactCmp$: QRL, scopeId: string, props: Record, ref: Signal, slotRef: Signal, hydrationProps: Record): Promise;