import { QRCanvasEffect } from '../types'; declare const _default: { default: typeof renderDefault; round: typeof renderRound; fusion: typeof renderFusion; spot: typeof renderSpot; }; export default _default; declare function renderDefault({ foreground, cellSize, isDark, count, }: { foreground: any; cellSize: any; isDark: any; count: any; }): HTMLCanvasElement; declare function renderRound({ foreground, cellSize, isDark, count, }: { foreground: any; cellSize: any; isDark: any; count: any; }, maskOptions: QRCanvasEffect): HTMLCanvasElement; declare function renderFusion({ foreground, cellSize, isDark, count, }: { foreground: any; cellSize: any; isDark: any; count: any; }, maskOptions: QRCanvasEffect): HTMLCanvasElement; declare function renderSpot({ foreground, cellSize, isDark, count, }: { foreground: any; cellSize: any; isDark: any; count: any; }, maskOptions: QRCanvasEffect): HTMLCanvasElement;