import * as React from 'react';
export declare function render(tree: React.ReactElement<unknown>): string;
