import { DrawArgs } from '../types/helper.js'; import { DotType, Plugin } from '../utils/options.js'; export declare function getQrDotFigure(type: `${DotType}`, plugins?: Plugin[]): (args: DrawArgs) => SVGElement; export declare function drawPluginDot(plugins: Plugin[]): (args: DrawArgs) => SVGElement | undefined;