import type { Snowflake } from "discord-api-types/v10"; interface ChannelMentionProps { channelId: Snowflake; } export declare function ChannelMention({ channelId }: ChannelMentionProps): import("react/jsx-runtime").JSX.Element; export declare const channelMention: { 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; }; export {}; //# sourceMappingURL=channelMention.d.ts.map