import React from 'react'; import { BaseInputProps } from '../BaseInput'; export interface DateInputProps extends BaseInputProps { } export declare const DateInput: ({ dataHook, schema, initialValue, inputRef, onChange, }: DateInputProps) => React.JSX.Element; //# sourceMappingURL=DateInput.d.ts.map