///
import type { StepProps, ItemProps } from './types';
export type { StepProps, ItemProps };
declare const _default: import("../config-provider/types").ConfiguredComponentClass>[];
_stepRefHandler: (ref: HTMLOListElement | null) => void;
render(): import("react").JSX.Element;
context: any;
setState(state: import("./types").StepState | ((prevState: Readonly, props: Readonly) => import("./types").StepState | Pick | null) | Pick | null, callback?: (() => void) | undefined): void;
forceUpdate(callback?: (() => void) | undefined): void;
readonly props: Readonly & Readonly<{
children?: import("react").ReactNode;
}>;
state: Readonly;
refs: {
[key: string]: import("react").ReactInstance;
};
shouldComponentUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): boolean;
componentDidCatch?(error: Error, errorInfo: import("react").ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly, prevState: Readonly): any;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void;
}, {}> & {
Item: import("../config-provider/types").ConfiguredComponentClass & import("../config-provider/types").ComponentCommonProps, {
ro: import("resize-observer-polyfill").default;
container: HTMLDivElement;
stepNode: HTMLDivElement;
step: HTMLLIElement;
body: HTMLDivElement;
title: HTMLDivElement;
tail: HTMLDivElement;
eventHandler: {
off: () => void;
} | undefined;
componentDidMount(): void;
componentDidUpdate(): void;
componentWillUnmount(): void;
adjustItemWidth(): void;
adjustTail(): void;
resize(): void;
_getNode(): {} | import("react").ReactElement> | null;
getNode(args: {
stepCls: string;
overlayCls: {
width: string;
} | null;
others: Omit, "animation" | "content" | "direction" | "title" | "stretch" | "rtl" | "icon" | "disabled" | "total" | "popupContainer" | "prefix" | "locale" | "pure" | "device" | "errorBoundary" | "warning" | "children" | "defaultPropsConfig" | "className" | "status" | "onClick" | "readOnly" | "shape" | "itemRender" | "percent" | "index" | "labelPlacement" | "parentWidth" | "parentHeight" | "onResize">;
}): import("react").JSX.Element;
getStyle(): {
width: string | number;
};
onClick: () => false | undefined;
removeClickedCls(): void;
_itemRender(index: number, status: import("./types").StepStatus): import("react").ReactNode;
_refHandlerCreator(refName: Name): (ref: any[Name]) => void;
render(): import("react").JSX.Element;
context: any;
setState(state: {} | ((prevState: Readonly<{}>, props: Readonly>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
forceUpdate(callback?: (() => void) | undefined): void;
readonly props: Readonly> & Readonly<{
children?: import("react").ReactNode;
}>;
state: Readonly<{}>;
refs: {
[key: string]: import("react").ReactInstance;
};
shouldComponentUpdate?(nextProps: Readonly>, nextState: Readonly<{}>, nextContext: any): boolean;
componentDidCatch?(error: Error, errorInfo: import("react").ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly>, prevState: Readonly<{}>): any;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly>, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly>, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly>, nextState: Readonly<{}>, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly>, nextState: Readonly<{}>, nextContext: any): void;
}, {}>;
};
export default _default;