export declare class LabelComponent { text: string; component: string; style: any; classList: any; } export declare class LabelModule { }