import { ProStepType } from '../../propsType'; export declare const Step: ({ fixedTop, dataSource, activeKey, errorCollection, style, targetOffset, scrollToError, }: import("../../propsType").ProStepPropsType & { errorCollection: object; }) => import("react/jsx-runtime").JSX.Element; export default Step;