import type { FC } from 'react'; import type { TimeOptionListProps } from './types'; export declare const TimeOptionList: FC;