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