import * as React from 'react';
import type { StepProps } from '.';
declare function useLegacyItems(items?: StepProps[], children?: React.ReactNode): StepProps[];
export default useLegacyItems;
