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