1 | import { IconButton } from "@material/web/iconbutton/internal/icon-button.js";
|
2 | declare global {
|
3 | interface HTMLElementTagNameMap {
|
4 | "ew-icon-button": EwIconButton;
|
5 | }
|
6 | }
|
7 | export declare class EwIconButton extends IconButton {
|
8 | static styles: import("lit").CSSResult[];
|
9 | }
|