export declare function EditableTextWrapper({ children, value, onChange, onStartEditing, onStopEditing, title, className, multiline, placeholder, pencilEditOnly, inputLabel, inputClassNames, maxLength, buttonLabel }: any): import("react/jsx-runtime").JSX.Element;
export declare namespace EditableTextWrapper {
    var defaultProps: {
        title: string;
        className: string;
        multiline: boolean;
        pencilEditOnly: boolean;
        placeholder: string;
        onStopEditing: () => void;
        onStartEditing: () => void;
        buttonLabel: string;
        inputClassNames: string;
        maxLength: null;
    };
}
//# sourceMappingURL=EditableTextWrapper.d.ts.map