/** * @module ReactCssStylesDeclaration * @package @geenius/notifications-react-css * @description Declares the published stylesheet entrypoint for the React * vanilla CSS variant so root package exports can point directly at dist * assets without relying on legacy compatibility shims. */ declare const stylesheet: string export default stylesheet