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