import { type Config } from '../../utils/config.js'; /** * Writes `.postcssrc.json` at the root of the project that will use it. * * The Angular build looks for the file starting from the CSS it is processing * and walks up to the workspace root, so the project is the most specific place * that works — and in a monorepo with several apps it is the only one that does * not configure all of them at once. `projectRoot` is `.` for a single app. */ export declare function createPostCssConfig(cwd: string, projectRoot?: string): Promise; export declare function applyThemeToStyles(cwd: string, config: Config): Promise; //# sourceMappingURL=tailwind-setup.d.ts.map