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