import type { FunctionComponent, ReactNode } from 'react'; export declare const StepsList: FunctionComponent<{ children: ReactNode; }>; //# sourceMappingURL=StepsList.d.ts.map