import { Plugin } from 'vite'; declare function tailwindcss(): Plugin[]; export { tailwindcss as default };