import * as React from 'react'; import type { SharedPanelProps } from '../../interface'; export type TimePanelProps = SharedPanelProps; export default function TimePanel(props: TimePanelProps): React.JSX.Element;