import { QRCodeOptions, QRCodeValue } from './types.js'; export declare const isQRCodeValue: (valueOrOptions: unknown) => valueOrOptions is QRCodeValue; export declare const useQRCode: (valueOrOptions: QRCodeOptions | QRCodeValue) => string | undefined;