import React from 'react'; export declare const UdpTimeSelector: { (props: any): React.JSX.Element; propTypes: { /** * Label for the time input */ label: any; /** * Id for the time input */ id: any; }; }; export default UdpTimeSelector; //# sourceMappingURL=UdpTimeSelector.d.ts.map