import { ISimpleBlockData } from '../interfaces'; export default function makeSimpleBlock(data: ISimpleBlockData): string;