import * as webpack from 'webpack';
export default function styleLoader(this: webpack.LoaderContext<any>, source: string): string;
