import { ILot } from '../../components/LotCard/ui/LotCard.types.ts';
declare const testLot: ILot;
declare const testLotEmpty: ILot;
export { testLot, testLotEmpty };
