import React from 'react';
interface GoodsNameEditInputProps {
    value?: string;
    onChange?: (value: any) => void;
}
export declare const GoodsNameEditInput: (props: GoodsNameEditInputProps) => React.JSX.Element;
export {};
