import React from 'react'; import type { DatePickerProps } from './types'; /** * DatePicker — modal date selection backed by the native OS date picker. * Requires the optional peer dependency `@react-native-community/datetimepicker`. */ export declare const DatePicker: React.NamedExoticComponent; //# sourceMappingURL=DatePicker.d.ts.map