export declare function CopyStackTraceButton({ error }: {
    error: Error;
}): import("react/jsx-runtime").JSX.Element;
