import { FC } from 'react';
import { MentionsProps } from '../types';
declare const Mentions: FC<MentionsProps>;
export { Mentions };
