import React from "react"; import { IEmailTranscriptPaneProps } from "./interfaces/IEmailTranscriptPaneProps"; export declare const EmailTranscriptPaneStateful: (props: IEmailTranscriptPaneProps) => React.JSX.Element; export default EmailTranscriptPaneStateful;