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