import type { HTMLBlock } from '../../types';
declare const htmlBlock: (node: HTMLBlock) => string;
export default htmlBlock;
