import React from 'react'; import { IRootComponentOptions } from './types'; export declare function getClientRootComponent(opts: IRootComponentOptions): Promise;