import { IconButtonBase } from '@material/mwc-icon-button/mwc-icon-button-base'; declare global { interface HTMLElementTagNameMap { 'cv-icon-button': CovalentIconButton; } } export declare class CovalentIconButton extends IconButtonBase { static styles: import("lit").CSSResult[]; } export default CovalentIconButton; //# sourceMappingURL=icon-button.d.ts.map