import { XYGridConfig } from "../core/grid/config/xy-grid-config";
/**
 * Applies grid configuration that is used for main chart (with a threshold summary section below it)
 *
 * @param c
 */
export declare function thresholdsTopGridConfig(c?: XYGridConfig): XYGridConfig;
