export declare function createRoot(container: HTMLElement): { render: (element: JSX.Element) => void; };