import { Component } from "jsx-md";
interface Props {
    codeOfConductFilePath?: string;
}
/** Work in progress for rendering the contributing file. */
export declare const ContributingFile: Component<Props>;
export {};
