import type { FC } from 'react'; import type { StepItemsSelectionProps } from './types'; declare const StepItemsSelection: FC & { STEP_COUNT: number; }; export default StepItemsSelection;