/* * * * (c) 2010-2026 Highsoft AS * Author: Kamil MusiaƂowski * * Integration of this software requires a license. * - For commercial use, see www.highcharts.com/license * - For non-commercial, see www.highcharts.com/license-eula * * * */ import type ScatterPoint from '../Scatter/ScatterPoint'; /* * * * Imports * * */ /* * * * Declarations * * */ interface PointAndFigurePointOptions extends ScatterPoint { } /* * * * Default Export * * */ export default PointAndFigurePointOptions;