import { WithStyle } from '@medly-components/utils'; import type { FC } from 'react'; import { TimePickerProps } from './types'; export declare const TimePicker: FC & WithStyle;