import type { LoaderContext } from 'webpack'; export declare function LightningCssLoader(this: LoaderContext, source: string, prevMap?: Record): Promise; export declare const raw = true;