/** * Copyright 2014-present Palantir Technologies * @license MIT */ /** * Specifies if Plottable should show warnings. */ export declare let SHOW_WARNINGS: boolean; /** * Specifies if Plottable should add elements to text. */ export declare let ADD_TITLE_ELEMENTS: boolean;