/** * The class name contract for the listbox component */ export interface ListboxClassNameContract { /** * The root of the listbox component */ listbox?: string; /** * The disabled modifier */ listbox__disabled?: string; }