import React from 'react'; import './index.less'; import { PisellAdjustPriceProps } from './type'; declare const PisellAdjustPrice: (props: PisellAdjustPriceProps) => React.JSX.Element; export default PisellAdjustPrice;