import { FieldProps } from '../Field'; export type NativeDateFieldProps = FieldProps; declare const NativeDateField: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default NativeDateField; //# sourceMappingURL=NativeDateField.d.ts.map