import type { Api, Props } from '@zag-js/steps'; import { type PropTypes } from '@zag-js/svelte'; export declare function useSteps(props: Props | (() => Props)): () => Api;