import { MentionType } from '../../types'; import { type ForwardRefExoticComponent, type HTMLAttributes, type RefAttributes } from 'react'; export interface PrimitiveMentionProps extends HTMLAttributes { mentionType: MentionType; } declare const PrimitiveMention: ForwardRefExoticComponent>; export default PrimitiveMention;