import './Time.less'; interface ITimeProps { callDuration?: string; style?: object; } export default function Time(props: ITimeProps): import("react/jsx-runtime").JSX.Element; export {};