import * as React from 'react'; type Props = { text: string; isProgress: boolean; }; export declare const ChatMarkdownReasoningBlockRoot: import("@emotion/styled").StyledComponent & Omit, HTMLDivElement>, "ref"> & { ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject | null | undefined; }, keyof import("@mui/system").BoxOwnProps> & import("@mui/system").MUIStyledCommonProps, {}, {}>; declare const MessageReasoningFull: React.FC; export default MessageReasoningFull;