export declare const NegotiationConfig: ({ value, onChange }: {
    value: any;
    onChange: any;
}) => import("react/jsx-runtime").JSX.Element;
