export interface SelectOpenedState { controlName: string; opened: boolean; }