import type { Plugin } from 'vite';
/**
 * TODO this seems to just not work on prod build? it doesnt run setup at all
 */
export declare function removeReactNativeWebAnimatedPlugin(opts?: {
    panResponder?: boolean;
}): Plugin;
//# sourceMappingURL=removeReactNativeWebAnimatedPlugin.d.ts.map