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