import type { HtmlIngredientProps } from '../types.js'; export interface QrCodeFrameProps extends HtmlIngredientProps<'svg', SVGSVGElement> { } declare const QrCodeFrame: import("svelte").Component; type QrCodeFrame = ReturnType; export default QrCodeFrame;