web: fix `webpack` export warning
Created by: valerybugakov
Context
Webpack is not happy about explicit type export. Exporting everything together or with a separate export type
expression fixes the issue.
Test plan
Run sg start web-standalone
locally. There should be no webpack
warnings in the console.