interface IMentionUserProps { id: string; className?: string; name?: string; avatar?: string; } export declare const MentionUser: (props: IMentionUserProps) => import("react/jsx-runtime").JSX.Element; export {};