import type { IEditor } from '@visactor/vtable-editors';
export declare const editors: {
    [key: string]: IEditor;
};
export declare function get(editorName: string): IEditor;
