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