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