// SPDX-License-Identifier: FSL-1.1-Apache-2.0 // packages/solidjs-css/src/styles.css.d.ts /** * Geenius Analytics SolidJS CSS - Stylesheet Declaration * * @module SolidjsCssStylesDeclaration * @description Declares the published stylesheet module for the SolidJS vanilla * CSS analytics variant so TypeScript consumers can import the CSS subpath. */ declare const stylesheetUrl: string; export default stylesheetUrl;