import type { StyleXPluginOption } from '@stylexswc/webpack-plugin'; import type { NextConfig } from 'next/dist/server/config-shared'; declare const withStyleX: (pluginOptions?: StyleXPluginOption) => (nextConfig?: NextConfig) => NextConfig; export default withStyleX; //# sourceMappingURL=index.d.ts.map