import type InputProps from "../types/InputProps"; declare const getMaxDate: (type?: InputProps["type"]) => string | undefined; export default getMaxDate; //# sourceMappingURL=getMaxDate.d.ts.map