import { StepperProps } from './types'; import * as React from 'react'; export declare const Stepper: React.FC;