import { __VumViewer } from 'vuesium'; import { ReturnVoid, BufferUnits } from '../../shared'; import { __VumPolygonSketch } from '../../polygon-sketch'; declare type Viewer = __VumViewer.VumViewer; export declare type LoadEvent = { viewer: Viewer; }; export declare type OnLoad = (e: LoadEvent) => ReturnVoid; export declare type Units = BufferUnits; export declare type Action = __VumPolygonSketch.Action; declare const _default: {}; export default _default;