import { QRCanvasRenderConfig } from '../types'; export default class QRCanvasRenderer { private options; private cache; constructor(options: any); render(canvas: any, config?: QRCanvasRenderConfig): any; private setOptions; private normalizeEffect; private normalizeLogo; private isDark; }