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