export type TrackStrings = {
    componentLabel: string;
    startTracking: string;
    stopTracking: string;
    permissionError: string;
    timeoutError: string;
    positionUnavailable: string;
};
