import { FC } from 'react'; interface Props { src: string; } export declare const MarkdownImage: FC; export {};