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