import { RuleBlock } from 'markdown-it';
export declare const imageWithSizeBlock: RuleBlock;
export declare const renderRuleImageBlock: (tokens: any, idx: any, options: any, env: any, slf: any) => string;
