import { LoaderContext } from 'webpack'; export interface SemiThemeLoaderOptions { prefixCls: string; variables: string; include: string; name?: string; cssLayer?: boolean; } export default function SemiThemeLoader(this: LoaderContext, source: string): string;