/// <reference types="react" />
import { MentionProps } from './types';
export declare function Mention({ children, mention, mentionUrl, ...props }: MentionProps): JSX.Element;
//# sourceMappingURL=Mention.d.ts.map