import React from 'react';
export declare const CopyStackTrace: React.FC<{
    readonly canHaveKeyboardShortcuts: boolean;
    readonly errorText: string;
}>;
