import type { TimeTrackerData } from './types'; export interface TimeTrackerPanelProps extends TimeTrackerData { onClose: () => void; className?: string; } export declare function TimeTrackerPanel({ status, runningSince, accumulatedMs, ticketOptions, selectedTicketId, onSelectedTicketChange, onTicketSearch, ticketsLoading, customerOptions, selectedCustomerId, onSelectedCustomerChange, onCustomerSearch, customersLoading, customerLocked, notes, onNotesChange, lastEntries, onStart, onPause, onResume, onCancel, onSubmit, onManualEntry, onOpenMyTime, onOpenMyTimeMenu, onEntryClick, isStarting, isSubmitting, onClose, className, }: TimeTrackerPanelProps): import("react").JSX.Element; //# sourceMappingURL=time-tracker-panel.d.ts.map