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