import { default as React } from 'react'; import { BaseProps, IpynbType } from './types'; import { MarkdownOptionsForMathjax } from './components/MarkdownForMathjax'; export { MarkdownForMathjax as Markdown } from './components/MarkdownForMathjax'; export type { MarkdownOptionsForMathjax } from './components/MarkdownForMathjax'; export type Ipynb = IpynbType; export type Props = BaseProps & { markdownOptions?: MarkdownOptionsForMathjax; }; export declare const IpynbRenderer: React.MemoExoticComponent>>; //# sourceMappingURL=index.d.ts.map