import type { Plugin, ResolvedConfig } from 'vite'; export declare function uniAppCssPlugin(resolvedConfig: ResolvedConfig): Plugin;