import type { ReactElement } from '../internals/types'; export declare function render(element: ReactElement, container: HTMLElement | null): string;