import { Axes } from '../Axes/axes.js';
export declare function toggleChartVisibility(axis: Axes, id: string): void;
