/// <reference types="react" />
import { Value } from '@udecode/plate-common';
import { MentionInputElementProps } from './MentionInputElement.types';
export declare const MentionInputElement: <V extends Value>(props: MentionInputElementProps<V>) => JSX.Element;
//# sourceMappingURL=MentionInputElement.d.ts.map