export type Period = 'AM' | 'PM';
declare const TimePicker: () => JSX.Element;
export default TimePicker;
//# sourceMappingURL=time-picker.d.ts.map