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