import type { HTMLAttributes } from '../../../internal/html-attributes.js';
import type { PropsWithElement } from '../../../internal/props-with-element.js';
export interface QrCodePatternProps extends PropsWithElement<'path'>, HTMLAttributes<'path'> {
}
declare const Pattern: import("svelte").Component;
type Pattern = ReturnType;
export default Pattern;