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