import { QRCodeProps } from "./QRCode.types"; export { default as QRCode } from "./QRCode"; export type { QRCodeProps };