import { Input } from './Input';
import * as React from "react";
export declare const EditableLabel: React.FC<React.ComponentPropsWithoutRef<typeof Input>>;
