export function ProjectTime({ reportCollection, status }: {
reportCollection: any;
status: any;
}): import("react/jsx-runtime").JSX.Element | null;