import { type InlineEditProps } from './types';
declare const InlineEdit: <FieldValue extends unknown = string>(props: InlineEditProps<FieldValue>) => JSX.Element;
export default InlineEdit;
