import { MarkdownTextContainerProps } from '../../../../types/response'; export declare const checkForJSXChild: (children: any) => boolean; declare const MarkdownTextContainer: (props: MarkdownTextContainerProps) => import("react/jsx-runtime").JSX.Element; export default MarkdownTextContainer;