import type { FastCommentsImageChatWidgetConfig } from 'fastcomments-typescript'; export interface FastCommentsImageChatProps extends FastCommentsImageChatWidgetConfig { /** CSS selector for the target image element (e.g. "#my-image"). */ target: string; } export declare function FastCommentsImageChat(props: FastCommentsImageChatProps): null; //# sourceMappingURL=FastCommentsImageChat.d.ts.map