import type { HTMLAttributes } from '../../../internal/html-attributes.js';
import type { PropsWithElement } from '../../../internal/props-with-element.js';
import type { DownloadTriggerProps } from '@zag-js/qr-code';
export interface QrCodeDownloadTriggerProps extends DownloadTriggerProps, PropsWithElement<'button'>, HTMLAttributes<'button'> {
}
declare const DownloadTrigger: import("svelte").Component;
type DownloadTrigger = ReturnType;
export default DownloadTrigger;