import React from "react";
interface BuyerEditInputProps {
    value?: string;
    onChange?: (value: any, tag: any) => void;
}
export declare function BuyerEditInput(props: BuyerEditInputProps): React.JSX.Element;
export {};
