import type { PluginAPI } from 'tailwindcss/types/config'; declare function registerPowerSelectComponents(addComponents: PluginAPI['addComponents']): void; export { registerPowerSelectComponents };