import type { ProgressWithStackProps } from "./types.js";
export declare function ProgressWithStack(props: ProgressWithStackProps): import("react/jsx-runtime").JSX.Element;
