import { JSX } from 'react';
export type MediaBlockBodyProps = JSX.IntrinsicElements['div'];
export declare const MediaBlockBody: ({ children, className, ...divProps }: MediaBlockBodyProps) => JSX.Element;
