declare const findOrCreateRoot: (id: string) => HTMLElement;
export default findOrCreateRoot;
