import * as React from 'react'; type Props = React.PropsWithChildren<{ inProgress: boolean; component: React.JSXElementConstructor; componentProps: any; }>; declare const MarkdownComponentSmoother: React.FC; export default MarkdownComponentSmoother;