import React from 'react'; import { SetupWidgetStepStatus } from '@wix/bex-core'; /** * Leading status indicator for a step. Mirrors the existing Setup widget: * green check when completed, muted dot when disabled, blue dot otherwise. */ export declare const SetupStepIcon: ({ status, marginTop, }: { status: SetupWidgetStepStatus; marginTop?: string | undefined; }) => React.JSX.Element; //# sourceMappingURL=SetupStepIcon.d.ts.map