import { StepState } from '../typings'; declare const useStep: (props: StepState & { uid: string; }) => StepState | undefined; export default useStep;