import { HTMLChakraProps } from "../system";
export interface EditableInputProps extends HTMLChakraProps<"input"> {
}
/**
* EditableInput
*
* The input used in the `edit` mode
*/
export declare const EditableInput: import("../system").ComponentWithAs<"input", EditableInputProps>;