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