export declare namespace LabelComponent { type Label = { color?: string; for?: string; }; }