import React from 'react'; import { View } from 'react-native'; import type { TimePickerProps, TimePickerValue } from './types'; export declare const buildTimeValue: (format: 12 | 24, withSeconds: boolean, source?: TimePickerValue | null) => TimePickerValue; export declare const TimePicker: React.ForwardRefExoticComponent>;