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