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