import { Span } from './Span'; export interface MentionProps { userId: string; } export declare const Mention: Span;