/** Render the stack trace of an error. */ export default function ErrorStack({ err }: { err: Error; }): import("react").JSX.Element;