/**
* Webpack loader for Angular HTML templates.
* As a fallback to the fs monkey-patch, this loader handles .html files
* that pass through webpack's regular loader chain.
*/
declare function htmlLoader(this: any, source: string): void;
export = htmlLoader;
//# sourceMappingURL=html-loader.d.ts.map