import { TemplateResult } from "lit-element"; import { IInputBehaviorProperties, InputBehavior } from "../behavior/input/input-behavior"; import { AriaRole } from "../util/aria"; /** * Properties of the select. */ export interface ISelectProperties extends IInputBehaviorProperties { } /** * Select one or more values from a set of options. * @slot -