import { QRCodeOptions, QRCodeValue } from './types'; export declare const isQRCodeValue: (valueOrOptions: unknown) => valueOrOptions is QRCodeValue; export declare const useQRCode: (valueOrOptions: string | import("./types").QRCodeSegment[] | QRCodeOptions) => string | undefined; //# sourceMappingURL=useQRCode.d.ts.map