import type { ReactNode } from 'react'; export type MessageSystemBlockProps = { children?: ReactNode; }; declare const MessageSystemBlock: (props: MessageSystemBlockProps) => import("react/jsx-runtime").JSX.Element; export default MessageSystemBlock; //# sourceMappingURL=MessageSystemBlock.d.ts.map