import { AnswerType, IMarkdownCode, IMarkdownMath, IMarkdownPlugin, MarkdownCMDRef, Theme } from '../defined/index.js'; import { MarkdownTyperCMDProps } from 'react-markdown-typer'; interface IMarkdownCustom { answerType?: AnswerType; theme?: Theme; codeBlock?: IMarkdownCode; plugins?: IMarkdownPlugin[]; math?: IMarkdownMath; isInnerRender?: boolean; cursor?: React.ReactNode | string | 'circle' | 'block' | 'underline' | 'line'; } declare const MarkdownCMD: import("react").ForwardRefExoticComponent>; export default MarkdownCMD; //# sourceMappingURL=index.d.ts.map