/** * @license * Copyright 2023 Nuraly, Laabidi Aymen * SPDX-License-Identifier: MIT */ /** * Badge component styles for the Hybrid UI Library * Using shared CSS variables from /src/shared/themes/ * * This file contains all the styling for the nr-badge component with * clean CSS variable usage without local fallbacks and proper theme switching support. */ export declare const styles: import("lit").CSSResult; //# sourceMappingURL=badge.style.d.ts.map