import React from 'react'; export declare const translations: { popoverTitle: { id: string; defaultMessage: string; }; popoverText: { id: string; defaultMessage: string; }; popoverButton: { id: string; defaultMessage: string; }; toolsWhiteBoard: { id: string; defaultMessage: string; }; toolsExercise: { id: string; defaultMessage: string; }; toolsLibrary: { id: string; defaultMessage: string; }; toolsAgenda: { id: string; defaultMessage: string; }; }; interface UseViewOnlyDropdownProps { collocutorName?: string; onEndScreenSharing: () => void; } export declare const useViewOnlyDropdownMenu: ({ collocutorName, onEndScreenSharing, }: UseViewOnlyDropdownProps) => { id: string; menu: React.JSX.Element; }[]; export {}; //# sourceMappingURL=settings.d.ts.map