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