import { OpenLayersObject, OpenLayersViewer } from '../../../base'; import { OlRegularHexagon } from './OlRegularHexagon'; export declare class OlOlRegularHexagon extends OpenLayersObject { static readonly type: void; constructor(sceneObject: OlRegularHexagon, olViewer: OpenLayersViewer); }