import * as React from "react"; import { InsightsEmailTranscriptMediaLink } from "../../Player/Player.definitions"; interface EmailTranscriptPanelProps { mediaLink: InsightsEmailTranscriptMediaLink; } export declare class EmailTranscriptPanel extends React.PureComponent { render: () => JSX.Element; } export {};