import type { SlateElementProps } from '@udecode/plate'; import type { TMentionElement } from '@udecode/plate-mention'; export declare function MentionElementStatic(props: SlateElementProps & { prefix?: string; }): import("react/jsx-runtime").JSX.Element;