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