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