export default Stepper;
/** Stepper */
declare class Stepper extends React.PureComponent<any, any, any> {
    static displayName: string;
    static defaultProps: {
        steps: never[];
        type: string;
        size: string;
        fit: string;
    };
    constructor(props: any);
    constructor(props: any, context: any);
    _getActiveStepType: () => any;
    render(): React.JSX.Element;
}
import React from 'react';
//# sourceMappingURL=Stepper.d.ts.map