import type { Plugin } from "vite"; /** * Tailwind 类名转换插件 */ export declare function tailwindPlugin(): Plugin[];