import React from 'react'; interface TimeSelectProps { selectedComp: any; propsKey: string; onChange: (e: any) => void; } declare const TimeSelect: React.FC; export default TimeSelect;