import { FC } from "react"; import { TimePickerDropdownProps } from "./TimePicker.interface"; export declare const TimePickerDropdown: FC;