export declare const CommunityComments: ({ id, title, ssr, }: {
    id?: string | undefined;
    title?: string | undefined;
    ssr?: boolean | undefined;
}) => import("react/jsx-runtime").JSX.Element;
export declare const Comments: ({ id, title, ssr, }: {
    id?: string | undefined;
    title?: string | undefined;
    ssr?: boolean | undefined;
}) => import("react/jsx-runtime").JSX.Element;
