/* * * * Highcharts funnel module * * (c) 2010-2026 Highsoft AS * Author: Torstein Hønsi * * Integration of this software requires a license. * - For commercial use, see www.highcharts.com/license * - For non-commercial, see www.highcharts.com/license-eula * * * */ /* * * * Imports * * */ import type FunnelPointOptions from '../Funnel/FunnelPointOptions'; /* * * * Declarations * * */ export interface PyramidPointOptions extends FunnelPointOptions { // Nothing here yet } /* * * * Default Export * * */ export default PyramidPointOptions;