import { LinkElement } from '../common'; import { CustomEditor, RenderElementPropsFor } from '../custom-types'; export declare const InlineChromiumBugfix: () => import("react/jsx-runtime").JSX.Element; export declare const LinkComponent: ({ attributes, children, element, }: RenderElementPropsFor) => import("react/jsx-runtime").JSX.Element; export declare const withInlineLink: (editor: CustomEditor) => CustomEditor;