/// <reference types="react" />
import type { StyleProps } from "../utils/StyleTypes";
declare type BidHistoryProps = {} & StyleProps;
export declare const BidHistory: ({ className, }: BidHistoryProps) => JSX.Element;
export {};
