import { PropInfo } from "./parseProps.js";
export declare function generateMdx(props: PropInfo[], inputPath: string): string;
