import { BlockType } from "../constants"; export declare function getIconNameByBlockType(type: BlockType): any;