import { Block } from '../Block'; export declare class Code extends Block { static wrapTagName: string; static captionTagName: string; static codeWrapTagName: string; static codeTagName: string; toHTML(): string; } //# sourceMappingURL=Code.d.ts.map