import type { RenderQrCodeParams } from './typing'; export declare const drawLogo: ({ canvas, logo }: RenderQrCodeParams) => Promise | undefined;