export declare function useCollectStepsData(): {
    collectStepsData: ({ id, index, inactive, title, keepInDOM }: {
        id: any;
        index: any;
        inactive: any;
        title: any;
        keepInDOM: any;
    }) => {
        title: any;
    };
};
