import * as React from 'react'; import { CountProps } from "../../types/op-table"; /** * * * *
订单号: 12312312
*
拣选号: 123092103129 | 蓝号 01
*
* */ export default function Count(props: CountProps): React.JSX.Element;