declare class ProjectTracking { id: number; employeeId: number; customDate: string; customProject: string; customProjectNotes: string; customBillableRate: number; customProjectID: string; startDate: string; endDate: string; customHoursDay: number; constructor(props?: any); } export { ProjectTracking };