import React from "react";
import { TimePickerProps } from "./types";
declare const TimePicker: React.FC<TimePickerProps>;
export { TimePicker };
