import { FC } from "react"; export interface Props { data: any[]; } export declare const Bids: FC; //# sourceMappingURL=bids.d.ts.map