/*! * Lattice Grid 1.65.0, chart-icicle module type declarations * Copyright (c) 2026 TOCLOCO Inc. All rights reserved. * https://latticegrid.dev */ /** * The icicle extension type. Importing this module registers * `icicle`. A hierarchy (the grid's group tree) as nested rectangles in rows, * sized by `y`; drills like the built-in hierarchical types. */ export function drawIcicle(ctx: object): object; export default drawIcicle;