/**
* — compact bar for the top of the agent sidebar.
*
* Shows "Setup: N of M complete" plus a Continue button that expands the
* full . Use when you want the panel collapsed by default.
*/
import React from "react";
interface OnboardingBannerProps {
onContinue?: () => void;
className?: string;
}
export declare function OnboardingBanner({ onContinue, className, }: OnboardingBannerProps): React.JSX.Element | null;
export {};
//# sourceMappingURL=OnboardingBanner.d.ts.map