/** * — re-opens the onboarding panel after it's been dismissed. * * Only renders when the user has dismissed the panel but still has incomplete * required steps. Clicking clears the dismissal flag so the panel reappears. */ export declare function SetupButton({ className }: { className?: string; }): import("react").JSX.Element | null; //# sourceMappingURL=SetupButton.d.ts.map