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