import type { FC } from 'react'; import { type InputProps } from '../Input'; export type InlineEditInputProps = Omit; export declare const InlineEditInput: FC;