import { StepLineProps, StepperProps, StepStatus, StepStatusMap } from './types'; export declare const getProgress: (status: string) => 0 | 100 | 50; export declare const getIcon: (status: StepStatusMap, icon: StepperProps['steps'][0]['Icon']) => import("../../atoms/Icon/types").IconType; export declare const mapStepStatus: (status: StepStatus) => StepStatusMap; export declare const getBarColor: (status: StepLineProps['status']) => "bg-theme-accent" | "bg-red-500" | "bg-grey-300"; //# sourceMappingURL=utils.d.ts.map