import React from "react";
export interface MdProps {
    /** Markdown string */
    s: string;
    /** Path for creating a unique key */
    path?: string;
}
export declare const Md: React.VFC<MdProps>;
//# sourceMappingURL=md.d.ts.map