import type { LoaderContext } from '@rspack/core';
interface ReanimatedLoaderOptions {
    babelPlugins?: string[];
}
export declare const raw = false;
export default function reanimatedLoader(this: LoaderContext<ReanimatedLoaderOptions>, source: string): void;
export {};
