export declare class LabelComponent { /** @prop HTML class name for associated Input | '' */ className: string; /** @prop Set Label's color theme | '' */ theme: string; /** @prop Optional Label text | null */ label: string; /** @prop HTML ID for associated control | null */ htmlFor: string; }