import type { StatusItemProps } from './types'; declare const StatusItemProgress: ({ idx, status, isLastStick, showOrder, accordion, showLastStick, isSelected, isPrev, isFuture, setIdxOpen, contentWrapperStyle, contentHeaderStyle, accordionTitleViewStyle, accordionChevronViewStyle, titleStyle, subTitleStyle, getTitleColor, getSubTitleColor, getBallColor, getStickColor, renderStick, renderBall, renderChevron, }: StatusItemProps) => import("react/jsx-runtime").JSX.Element; export default StatusItemProgress; //# sourceMappingURL=StatusItem.d.ts.map