import { CzmObject, CzmViewer } from '../../../core'; import { CzmLabel } from '../../CzmObjects'; export declare class CzmCzmLabel extends CzmObject { static readonly type: void; constructor(label: CzmLabel, czmViewer: CzmViewer); }