import { FC, PropsWithChildren } from "react"; export interface StepItemProps { active?: boolean; isLoading?: boolean; isCompleted: boolean; } export declare const StepItem: FC>; //# sourceMappingURL=step.d.ts.map