declare const Inline: any; declare class CustomAttrBlot extends Inline { static blotName: string; static tagName: string; statics: { blotName: string; }; domNode: HTMLElement; static create(value: any): HTMLElement; static formats(node: HTMLElement): { fontSize: string; editable: string; }; format(name?: any, value?: string): void; } export default CustomAttrBlot;