import { type RenderDestination } from './common.js'; export declare function renderChild(destination: RenderDestination, child: any): Promise;