/** * — renders a registered icon as inline SVG that * inherits text color (currentColor) and scales with `size` (px number or any CSS length; default * 1em). Decorative by default; pass `label` to announce it. Standalone custom element (no slots, * no reactive state) — re-renders when its attributes change. */ export declare class KoraIcon extends HTMLElement { #private; static get observedAttributes(): string[]; connectedCallback(): void; attributeChangedCallback(): void; } declare global { interface HTMLElementTagNameMap { "kora-icon": KoraIcon; } } //# sourceMappingURL=kora-icon.d.ts.map