/** * @license * Copyright 2023 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { CSSResultOrNative } from 'lit'; import { SelectOptionEl } from './internal/selectoption/select-option.js'; export { type SelectOption } from './internal/selectoption/select-option.js'; declare global { interface HTMLElementTagNameMap { 'md-select-option': MdSelectOption; } } /** * @summary * Select menus display a list of choices on temporary surfaces and display the * currently selected menu item above the menu. * * @description * The select component allows users to choose a value from a fixed list of * available options. Composed of an interactive anchor button and a menu, it is * analogous to the native HTML `