import { CesiumService } from '../../cesium/cesium.service';
import { EntitiesDrawerService } from '../entities-drawer/entities-drawer.service';
import * as i0 from "@angular/core";
/**
 *  This drawer is responsible for drawing billboards.
 */
export declare class BillboardDrawerService extends EntitiesDrawerService {
    constructor(cesiumService: CesiumService);
    static ɵfac: i0.ɵɵFactoryDeclaration<BillboardDrawerService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<BillboardDrawerService>;
}
