import plugin from 'tailwindcss/plugin'; import { YooUIPluginConfig } from './types.mjs'; import './colors/types.mjs'; /** * Based on tw-colors by L-Blondy * @see https://github.com/L-Blondy/tw-colors */ declare const YooUI: (config?: YooUIPluginConfig) => ReturnType; export { YooUI };