import type { Transform } from 'mdast-util-from-markdown';
declare const tablesToJsx: () => Transform;
export default tablesToJsx;
