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