import { FC } from 'react'; interface ViewOnlyModeProps { onStartScreenSharing: () => void; onEndScreenSharing: () => void; collocutorName?: string; } export declare const ViewOnlyMode: FC; export {}; //# sourceMappingURL=index.d.ts.map