import React from 'react'; export declare const EmbededElement: ({ attributes, children, element, attrs }: { attributes: any; children: any; element: any; attrs: any; }) => React.JSX.Element;