import { ILot } from '../../components/LotCard/ui/LotCard.types.ts';

declare const testLot: ILot;
export { testLot };
