/** * Responsive Utilities Module * * This module provides utilities for responsive design, touch targets, and micro-interactions * that work across different screen sizes and devices. */ /** * Generate micro-interaction classes for smooth animations */ declare function createMicroInteraction(type?: "hover" | "focus" | "active" | "press", intensity?: "subtle" | "medium" | "strong"): string; export declare const microInteraction: typeof createMicroInteraction & { gentle: string; interactive: string; smooth: string; }; export {}; //# sourceMappingURL=responsive.d.ts.map