import React from 'react'; interface ModalShareSoundProps { onRequestClose: () => void; onStartScreenSharing?: () => void; } export declare const ModalShareSound: ({ onRequestClose, onStartScreenSharing }: ModalShareSoundProps) => React.JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map