declare namespace MapIntroductionModuleScssNamespace { export interface IMapIntroductionModuleScss { mapIntroContainer: string; mapIntroHeader: string; mapIntroText: string; mapIntroLightbulb: string; didYouKnowBox: string didYouKnow: string didYouKnowText: string } } declare const MapIntroductionModuleScssModule: MapIntroductionModuleScssNamespace.IMapIntroductionModuleScss & { /** WARNING: Only available when `css-loader` is used without `style-loader` or `mini-css-extract-plugin` */ locals: MapIntroductionModuleScssNamespace.IMapIntroductionModuleScss; }; export = MapIntroductionModuleScssModule;