import { List } from "@material/web/list/internal/list.js";
export declare class EwList extends List {
    static styles: import("lit").CSSResult[];
}
declare global {
    interface HTMLElementTagNameMap {
        "ew-list": EwList;
    }
}
