import { RemarkDocxPlugin } from '../../types';
/**
 * A plugin to render LaTeX inside "math" and "inlineMath" nodes
 */
export declare const latexPlugin: () => RemarkDocxPlugin;
