import { Renderer } from 'markdown-it';
export declare const CaptionTable: Renderer;
export declare const InlineDecimal: (a: any, token: any) => string;
export declare const IncludeGraphics: (tokens: any, idx: any, options: any, env: any, slf: any) => string;
