import List from '@editorjs/list'; export declare class CuiListTool extends List { constructor(data: any); render(): HTMLElement; }