import { AbstractLabel } from "./abstract.label"; export declare class Label extends AbstractLabel { static xtype: string; }