import type { FC } from 'react';
export declare const Markdown: FC<{
    children: string;
}>;
//# sourceMappingURL=Markdown.d.ts.map