import type { FastCommentsCommentWidgetConfig } from 'fastcomments-typescript'; export interface FastCommentsProps extends FastCommentsCommentWidgetConfig { } export declare function FastComments(props: FastCommentsProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=FastComments.d.ts.map