/// import { RootComponent } from './component/RootComponent'; export declare type rootDecorator = (root: React.ReactElement) => JSX.Element; export declare const identity: rootDecorator;