import React from 'react'; declare type Props = { isCollocutorConsentGiven: boolean; isCurrentUserConsentGiven: boolean; }; export declare const TranscriptionPopUp: ({ isCollocutorConsentGiven, isCurrentUserConsentGiven, }: Props) => React.JSX.Element; export {}; //# sourceMappingURL=TranscriptionPopUp.d.ts.map