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