declare const _default: React.ComponentType<{
    type?: string | undefined;
    styleType: any;
    active: any;
    last: any;
    number: any;
    text: any;
    className: any;
    size: any;
    onClick: any;
    focusableOnFocus: any;
    focusableOnBlur: any;
} & import("../../common/Focusable").WithFocusableProps<HTMLElement>>;
export default _default;
import React from 'react';
//# sourceMappingURL=Step.d.ts.map