import type { PlateElementProps } from '@udecode/plate/react'; import type { TLinkElement } from '@udecode/plate-link'; export declare function LinkElement(props: PlateElementProps): import("react/jsx-runtime").JSX.Element;