import { ElementDefinition, Element } from "../typings"; export declare function createBlock(block: ElementDefinition): ElementDefinition; export declare function createCustomBlock(block: ElementDefinition & { void: boolean; emptyWithPlaceholder?: boolean; }): ElementDefinition;