interface Options { /** * The prefix used for the variants. This defaults to `ui`. * * Usage example: * ```html *
* ``` **/ prefix?: string; } declare const _default: { (options: Options): { handler: import("tailwindcss/types/config").PluginCreator; config?: Partial