import type { FastCommentsCollabChatWidgetConfig } from 'fastcomments-typescript'; export interface FastCommentsCollabChatProps extends FastCommentsCollabChatWidgetConfig { /** CSS selector for the target element to enable collab chat on (e.g. "#my-content"). */ target: string; } export declare function FastCommentsCollabChat(props: FastCommentsCollabChatProps): null; //# sourceMappingURL=FastCommentsCollabChat.d.ts.map