1 | import { FilledTextField } from "@material/web/textfield/internal/filled-text-field.js";
|
2 | declare global {
|
3 | interface HTMLElementTagNameMap {
|
4 | "ew-filled-text-field": EwFilledTextField;
|
5 | }
|
6 | }
|
7 | export declare class EwFilledTextField extends FilledTextField {
|
8 | static styles: import("lit").CSSResult[];
|
9 | protected readonly fieldTag: import("lit-html/static").StaticValue;
|
10 | }
|