import { RuntimeEngine } from '@easytwin/runtime'; export declare const useGetRootComponent: (engine: RuntimeEngine | undefined) => import('@easytwin/runtime').Component | undefined;