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