import createPlugin from 'tailwindcss/plugin'; type PluginWithOptions = ReturnType>>; declare const paletteGeneratorPlugin: PluginWithOptions; export default paletteGeneratorPlugin;