import { StepperProps } from './types'; export declare const Stepper: (props: StepperProps) => any;