export function Markdown({ children, schema, rootData }: { children: any; schema: any; rootData: any; }): any;