/** * Utility to return a holistic array of tailwind color classes. * * This function will allow downstream applications to easily **blocklist** the same color * classes that are safelisted in the base preset, just in case they need to prevent unnecessarily * duplicating classes in their final build. * * @see {@link https://tailwindcss.com/docs/content-configuration#discarding-classes} */ export declare const getColorClasses: () => string[]; export { }