export declare class Label { text: string; position: string; enable: boolean; constructor(label?: Label); }