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