/** * helperMethods.ts * @createdOn:26-Apr-2020 * @author:SmartChartsNXT * @description: This file is the collection of different utility methods that help in runtime. */ /** * This method will show color with names in console. * @returns {void} Returns nothing. */ export declare const showColorModel: () => void;