import React from 'react'; import type { InputDateProps } from '../../decs'; declare const InputDate: React.FC; export type { InputDateProps } from '../../decs'; export default InputDate; //# sourceMappingURL=InputDate.d.ts.map