import { FunctionComponent } from 'react'; import { StepsProps } from './types'; export declare const Steps: FunctionComponent;