import React, { ReactElement } from 'react';
import { IOrderTableProps } from './type';
export declare const OrderTable: React.MemoExoticComponent<({ orderBodyItems, }: IOrderTableProps) => ReactElement>;
