import type WordcloudSeriesOptions from './WordcloudSeriesOptions'; /** * A word cloud is a visualization of a set of words, where the size and * placement of a word is determined by how it is weighted. * * @sample highcharts/demo/wordcloud Word Cloud chart * * @extends plotOptions.column * @excluding allAreas, boostThreshold, clip, colorAxis, compare, * compareBase, crisp, cropThreshold, dataGrouping, * dataLabels, depth, dragDrop, edgeColor, findNearestPointBy, * getExtremesFromAll, grouping, groupPadding, groupZPadding, * joinBy, maxPointWidth, minPointLength, navigatorOptions, * negativeColor, pointInterval, pointIntervalUnit, * pointPadding, pointPlacement, pointRange, pointStart, * pointWidth, pointStart, pointWidth, shadow, showCheckbox, * showInNavigator, softThreshold, stacking, threshold, * zoneAxis, zones, dataSorting, boostBlending * @product highcharts * @since 6.0.0 * @requires modules/wordcloud * @optionparent plotOptions.wordcloud */ declare const WordcloudSeriesDefaults: WordcloudSeriesOptions; export default WordcloudSeriesDefaults;