import type { HTMLAttributes } from 'react'; export type MessageSystemBodyProps = HTMLAttributes; declare const MessageSystemBody: (props: MessageSystemBodyProps) => import("react/jsx-runtime").JSX.Element; export default MessageSystemBody; //# sourceMappingURL=MessageSystemBody.d.ts.map