/// import { StepListProps } from './StepList.types'; /** * @deprecated Komponenten er erstattet av StepList fra "@skatteetaten/ds-collections" * visibleName StepList (Stegliste) */ export declare const StepList: (props: StepListProps) => JSX.Element;