declare const Embed: any; export declare const getAttrs: (node: Element) => object; declare class ImageBlot extends Embed { static blotName: string; static tagName: string; static create(value: object): HTMLElement; static formats(node: HTMLElement): object; static value(node: HTMLElement): object; format(name: any, value: any): void; } export default ImageBlot;