/// <reference types="react" />
export default function captureComponentStack(element: JSX.Element): string;
