import React from "react"; //#region src/plus/orderList/index.d.ts interface OrderListProps { biz: string; className?: string; style?: React.CSSProperties; __id?: string; } declare const OrderList: (props: OrderListProps) => JSX.Element; //#endregion export { OrderList };