/// <reference types="react" />
import type { TSelectTime } from './types';
export default function SelectTime({ mode, time, containerStyle, pickerStyle, pickerItemStyle, dropdownIconColor, onTimeChange, }: TSelectTime): JSX.Element;
//# sourceMappingURL=SelectTime.d.ts.map