import React from 'react'; /** * Built-in loading skeleton shaped like the widget — a header (title + * progress bar) over a list of step-row placeholders. Mirrors the success * layout (card-wrapped on desktop, bare on mobile) so there's no layout jump * when the data resolves. */ export declare const SetupWidgetSkeleton: ({ isMobile, dataHook, }: { isMobile: boolean; dataHook?: string | undefined; }) => React.JSX.Element; //# sourceMappingURL=SetupWidgetSkeleton.d.ts.map