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