import { MyStepsProps } from '.'; declare const useCommonProps: (props: Pick) => { getCurrentColor: any; finalDirection: "horizontal" | "vertical" | undefined; }; export default useCommonProps;