/**
 * Detects if Tailwind CSS is being used in the project
 * by checking for common Tailwind-specific classes in the document
 */
export declare function detectTailwind(): boolean;
/**
 * Shows a warning message in the console
 */
export declare function showTailwindWarning(): void;
//# sourceMappingURL=index.d.ts.map