import { BlockType } from '../constants'; import { IBlockData, RecursivePartial } from '../typings'; export declare function createBlockItem(type: BlockType, payload?: RecursivePartial): IBlockData;