import { FunctionComponent } from 'react'; import { StepsItemProps } from './types'; export declare const StepsItem: FunctionComponent;