/**
 * Return array of names of block html elements
 * @returns array of block element names
 */
export declare function blockElements(): string[];
