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