/**
 * Настройки для нескольких осей X
 */
import { SettingFunc } from "../types";
export declare const multiAxesX: SettingFunc[];
