///
import type { ISingleLineTextFieldOptions } from '@teable/core';
import type { ICellEditor, IEditorRef } from '../type';
interface ITextEditor extends ICellEditor {
options: ISingleLineTextFieldOptions;
}
export declare const TextEditor: import("react").ForwardRefExoticComponent>>;
export {};