import { SchematicContext, Tree } from "@angular-devkit/schematics";
/**
 * Adds custom Tailwind CSS styles to the project style file.
 */
export declare function addTailwindCSSStyles(options: any): (host: Tree, context: SchematicContext) => void;
