/** * @module styles.css * @package @geenius/adapters/solidjs-css * @description Types the published SolidJS CSS stylesheet subpath so package * contract checks and TypeScript consumers can resolve the vanilla CSS asset. */ declare const stylesheet: string; export default stylesheet;