import { ComponentWithGraph } from "../../../types"; export type OrdersUsageGraphAndTableProps = Omit; export declare const OrdersUsageGraphAndTable: ({ onLoadingChange, onError, ...props }: OrdersUsageGraphAndTableProps) => import("react/jsx-runtime").JSX.Element;