import type { ChatMessage } from "../../types"; interface ChannelFollowAddProps { content: string; author: ChatMessage["author"]; channelId: ChatMessage["channel_id"]; createdAt: ChatMessage["timestamp"]; } declare function ChannelFollowAdd(props: ChannelFollowAddProps): import("react/jsx-runtime").JSX.Element; export default ChannelFollowAdd; //# sourceMappingURL=ChannelFollowAdd.d.ts.map