import { TableBodyCellProps } from './index'; interface DisabledInlineEditorProps extends TableBodyCellProps { editDisabledReason: string; } export declare function DisabledInlineEditor({ item, column, ariaLabels, isEditing, onEditStart, onEditEnd, editDisabledReason, ...rest }: DisabledInlineEditorProps): JSX.Element; export {};