import type { IconDefinition } from '../internals/index.js'; export declare const qrCodeIcon: { name: string; viewBox: number; type: { default: string; }; }; declare module '@blueprintui/icons' { interface IconRegistry { ['qr-code']: IconDefinition; } }