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