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