import Mentions from './Mentions';
import type { MentionsProps } from './Mentions';
export type { MentionsProps };
export default Mentions;
