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