/** * The class name contract for the label component */ export interface LabelClassNameContract { /** * The root of the label component */ label?: string; /** * The hidden from assistive technologies modifier */ label__hidden?: string; }