import React from 'react';
export declare const Atom: ({ projectKey, postId, remarkPlugins, rehypePlugins, }: {
    projectKey: string;
    postId: string;
    remarkPlugins?: any[] | undefined;
    rehypePlugins?: any[] | undefined;
}) => Promise<React.JSX.Element>;
