import type { RenderQrCodeParams } from './typing';
export declare const toCanvas: (options: RenderQrCodeParams) => Promise<string>;
