declare type SettingsActionType = 'change_camera' | 'change_microphone' | 'change_speaker' | 'transcription_off' | 'transcription_on' | 'help_improve_on' | 'help_improve_off'; export declare const useLogClassroomSettingsChanged: () => (tabName: 'video_audio' | 'transcription', action: SettingsActionType) => void; declare type SettingsEntryPointType = 'icon' | 'transcription_pop_up' | 'lesson_insights' | 'speaking_tracker_modal' | 'settings'; export declare const useLogClassroomSettingsOpened: () => (tabName: 'video_audio' | 'transcription', entryPoint: SettingsEntryPointType) => void; export declare const useLogTranscriptionsDeletionRequested: () => () => void; export {}; //# sourceMappingURL=dwhLoggers.d.ts.map