export declare const roleMention: { order: number; match: (source: any) => RegExpExecArray | null; parse: ([, id]: [any, any]) => { id: any; }; react: ({ id }: { id: any; }, recurseParse: any, state: any) => import("react/jsx-runtime").JSX.Element; }; //# sourceMappingURL=roleMention.d.ts.map