import type { HtmlIngredientProps } from '../types.js';
export interface QrCodePatternProps extends HtmlIngredientProps<'path', SVGPathElement> {
}
declare const QrCodePattern: import("svelte").Component<QrCodePatternProps, {}, "ref">;
type QrCodePattern = ReturnType<typeof QrCodePattern>;
export default QrCodePattern;
