import { TimePickerOptionProps } from '../components/TimePickerOptionList'; export declare const highlightOption: (options: TimePickerOptionProps[], option: TimePickerOptionProps, highlightSelected?: boolean) => TimePickerOptionProps[];