declare function plugin(
  options?: string | { theme?: string; abbreviateVariants?: boolean }
): Function

export = plugin
