import type { EditorCtr } from '@revolist/revogrid';
import { Injector, Type } from '@angular/core';
/**
 * Create editor constructor.
 * This function creates editor constructor by wrapping it with EditorAdapter
 * which is responsible for connecting editor with grid.
 */
export declare const Editor: (EditorComponent: Type<any>, injector?: Injector) => EditorCtr;
