import React from 'react'; export declare const useElementById: () => { createRootElement: (elementId?: string, parentElementId?: string) => React.MutableRefObject; };