import { ContentFormat } from '../types'; import { RenderEditCellProps } from 'react-data-grid'; export declare function autoFocusAndSelect(input: HTMLInputElement | null): void; export declare function TextEditorString({ row, column, onRowChange, onClose, }: RenderEditCellProps): import("react/jsx-runtime").JSX.Element; export declare function TextEditorNumber({ row, column, onRowChange, onClose, formatOptions, }: RenderEditCellProps & { formatOptions?: ContentFormat; }): import("react/jsx-runtime").JSX.Element;