import * as React from "react"; export interface TranscriptionErrorContentProps { customerName: string; } export declare const TranscriptionErrorContent: React.FC;