export interface IMenuState {
  readonly soundPanelVisible: boolean;
  readonly soundPanel?: HTMLElement;
}
