/// import type { StepDescriptionProps } from './StepDescription.types.js'; /** * Let's us render the Steps in a loop while memoizing all the functions */ export declare const StepDescription: React.FC;