import { LitElement } from 'lit'; import { ButtonTarget } from '../button/constants/ButtonConstants.js'; import '../ph-icon/lightning/ph-icon-lightning.js'; import '../spinner/arc-spinner.js'; /** * @slot default - The button's label. * * @cssproperty --icon-color - Overwrite the color of the icon. * * @ssr - True */ export default class ArcIconButton extends LitElement { /** @internal */ static tag: string; static styles: import("lit").CSSResult[]; /** @internal */ button: HTMLButtonElement | HTMLLinkElement; /** When set, the underlying button will be rendered as an `` with this `href` instead of a `