import * as React from 'react'; export declare type GenerateMarkdownPreview = (markdown: string) => Promise;