import type { TaroElement } from '@tarojs/runtime'; declare const getRootContainer: (rootCon?: TaroElement | (() => TaroElement), defaultCon?: any) => any; export default getRootContainer;