import { M3Select } from './select.js'; import '../field/outlined-field.js'; /** * @tag md-outlined-select * * @slot - options */ export declare class MdOutlinedSelect extends M3Select { static styles: any[]; protected renderField(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'md-outlined-select': MdOutlinedSelect; } }