import { FormfieldBase } from "@material/mwc-formfield/mwc-formfield-base";
declare global {
    interface HTMLElementTagNameMap {
        "ewt-formfield": EwtFormfield;
    }
}
export declare class EwtFormfield extends FormfieldBase {
    static styles: import("lit").CSSResult[];
}
