import type { ThemeSnapshot } from "./theme"; /** * Capture every CSS variable the renderer cares about into a * structured-cloneable map. Series-palette colours are walked until the * first missing var. */ export declare function snapshotThemeVars(el: Element): ThemeSnapshot;