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