import type { TabbableOptions } from '../commands/tabbable.interfaces.js'; /** * This method is based on this blog post * https://vivrichards.co.uk/accessibility/automating-page-tab-flows-using-visual-testing-and-javascript * by Viv Richards and optimized for using Canvas */ export default function drawTabbableOnCanvas(drawOptions: TabbableOptions): void; //# sourceMappingURL=drawTabbableOnCanvas.d.ts.map