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