interface UseEyeDropperReturn { isSupported: boolean; isActive: boolean; pickColor: () => Promise; } /** * Hook para usar la API EyeDropper del navegador * Permite seleccionar un color de cualquier parte de la pantalla */ export declare const useEyeDropper: () => UseEyeDropperReturn; export {}; //# sourceMappingURL=useEyeDropper.d.ts.map