import { jsx } from '@emotion/react'; export declare const Element: ({ tenant, element, root }: { tenant: any; element: any; root: any; }) => jsx.JSX.Element | null;