import type Pyramid3DSeriesOptions from './Pyramid3DSeriesOptions'; /** * A pyramid3d is a 3d version of pyramid series type. Pyramid charts are * a type of chart often used to visualize stages in a sales project, * where the top are the initial stages with the most clients. * * @sample highcharts/demo/pyramid3d/ * Pyramid3d * * @extends plotOptions.funnel3d * @excluding dataSorting, legendSymbolColor, neckHeight, neckWidth, * @product highcharts * @since 7.1.0 * @requires highcharts-3d * @requires modules/cylinder * @requires modules/funnel3d * @requires modules/pyramid3d * @optionparent plotOptions.pyramid3d */ declare const Pyramid3DSeriesDefaults: Pyramid3DSeriesOptions; export default Pyramid3DSeriesDefaults;