/** * @module styles.css * @package @geenius/adapters/solidjs-css * @description CommonJS typing for the SolidJS CSS stylesheet subpath. */ declare const stylesheet: string; export = stylesheet;