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