import type { LoaderContext } from '@rspack/core'; import { type CssToReactNativeRuntimeOptions } from 'react-native-css-interop/css-to-rn'; interface NativeWindLoaderOptions extends Omit { } export declare const raw = false; export default function nativeWindLoader(this: LoaderContext, source: string): void; export {};