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