import { Entity } from './entity'; export declare class Label extends Entity { /** parent is the entity having this label */ toString(): string; constructor(labelledParent: Entity); }