import { CombinedRefs, InputDateProps } from "./InputDate.types.js";
import * as _$react from "react";

//#region src/components/InputDate/InputDate.d.ts
declare const InputDate: _$react.ForwardRefExoticComponent<InputDateProps & _$react.RefAttributes<CombinedRefs>>;
//#endregion
export { InputDate };
//# sourceMappingURL=InputDate.d.ts.map