/* eslint-disable */ /* ignore jslint start */ // tslint:disable // jscs:disable // jshint ignore: start // prettier-ignore // The code is automated generator // https://github.com/NiceLabs/typed-css-modules interface ILocals { "helloWorld": string; [name: string]: string; } declare const locals: ILocals; export = locals;