import type React from "react"; export type CustomQRCodeProps = { value?: string; image?: React.ReactNode; imageBackground?: string; imagePosition?: "center" | "bottom right"; tooltipMessage?: React.ReactNode | string; };