/** * General configuration settings for the components */ declare const config: { /** * The folder where the assets files (css, svg, images, etc.) get copied to */ assetsFolder: string; }; export default config; //# sourceMappingURL=config.d.ts.map