import React from 'react';
import { type InlineEditableTextfieldProps } from './types';
/**
 * __Inline editable textfield__
 *
 * An inline editable textfield {description}.
 *
 * - [Examples](https://atlassian.design/components/{packageName}/examples)
 * - [Code](https://atlassian.design/components/{packageName}/code)
 * - [Usage](https://atlassian.design/components/{packageName}/usage)
 */
declare const InlineEditableTextfield: (props: InlineEditableTextfieldProps) => React.JSX.Element;
export default InlineEditableTextfield;
