/** * @license * Copyright 2023 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { CSSResultOrNative } from 'lit'; import { FilledSelect } from './internal/filled-select.js'; declare global { interface HTMLElementTagNameMap { 'md-filled-select': MdFilledSelect; } } /** * @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 `