/** * @license * Copyright 2018 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { FormfieldBase } from './mwc-formfield-base.js'; declare global { interface HTMLElementTagNameMap { 'mwc-formfield': Formfield; } } export declare class Formfield extends FormfieldBase { static styles: import("lit").CSSResult[]; }