/** * Sets up Tailwind CSS and global styles for the project * @param projectRoot The root directory of the project */ export declare function setupTailwindandGlobals(projectRoot: string): Promise; //# sourceMappingURL=tailwind-setup.d.ts.map