import type { APIUser } from "discord-api-types/v10"; interface TagProps { author: APIUser | "automod"; crossPost: boolean; referenceGuild: string | undefined; } declare function ChatTag({ author, crossPost, referenceGuild }: TagProps): import("react/jsx-runtime").JSX.Element | null; export default ChatTag; //# sourceMappingURL=index.d.ts.map