/// import { IDate, IDutchAuction } from '@types'; import { IContainer } from './styles'; interface ICheckerDate extends IContainer { startDate: IDate; dutchAuction?: IDutchAuction; handleCurrentMintPriceChange(): void; } declare const CheckerDate: ({ id, startDate, dutchAuction, handleCurrentMintPriceChange, reverseColor }: ICheckerDate) => JSX.Element | null; export default CheckerDate; //# sourceMappingURL=CheckerDate.d.ts.map