import type { FC } from 'react';
type Props = {
    data?: string;
    id: string;
};
declare const EditableInput: FC<Props>;
export default EditableInput;
//# sourceMappingURL=EditableInput.d.ts.map