import { jsx } from '@emotion/react'; export declare const Steps: ({ arr, activeStep, handlePrevious, }: { arr: any[]; activeStep: number; handlePrevious: (val: number) => void; }) => jsx.JSX.Element;