import type { BaseQRCodeProps } from 'qrcode.react'; import type { FC } from 'react'; import type { WithSquareSizeProps } from '../../sc-mixins'; export declare type QRCodeProps = WithSquareSizeProps>; export declare const QRCode: FC; //# sourceMappingURL=index.d.ts.map