import type { AgSparklineOptions } from 'ag-charts-types';
/**
 * AG Charts sparklines do not resolve Adaptable `var(--ab-color-*)` tokens.
 * Resolve palette / theme CSS variables to concrete colours at render time so
 * wizard previews and grid cells match the chosen Fill / Stroke values.
 */
export declare function resolveSparklineOptionsForRender(options: AgSparklineOptions): AgSparklineOptions;
