import type LinePointOptions from '../Line/LinePointOptions'; export interface AreaPointOptions extends LinePointOptions { } export default AreaPointOptions;