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