import React from "react"; import { IconType } from "react-icons"; export declare const MultiStepIcon: (couponType: string, color: string, numberOfCheckpoints: number, freeProductIconType: string, themeTextColor?: string) => React.ReactElement; export declare const progressBarCheckpointFreeProductIconMap: { [key: string]: IconType; }; export declare const checkpointRewardCategoryIconMap: { [key: string]: IconType; };