import type { ParsedObject } from './types'; import { Element } from './Element'; export declare class Label extends Element { id?: string; lang?: string; constructor(initialValues?: Partial