/*! * Lattice Grid 1.65.0, chart-waffle module type declarations * Copyright (c) 2026 TOCLOCO Inc. All rights reserved. * https://latticegrid.dev */ /** * The waffle / dot-matrix extension type. Importing this * module registers `waffle`. Proportion as counted squares (default 100), one * colour per `x` category sized by `y`. */ export function drawWaffle(ctx: object): object; export default drawWaffle;