/** * Builds an SVG path string based on QR code modules. * * Based on code originally from https://github.com/zpao/qrcode.react, * originally published with an ISC license. */ export default function generatePath(modules: boolean[][], margin: number): string; //# sourceMappingURL=generatePath.d.ts.map