import React from 'react'; export declare function useSwatchActions(): { shouldShowSwatch: (isSelected: boolean, swatch: any) => boolean; shouldShowSwatchOverlay: (isSelected: boolean, swatch: any) => boolean; isSwatchSelectedFor: (swatch: any) => boolean; getSwatchClickHandler: (isSelected: boolean, swatch: any) => (e: React.MouseEvent) => void; };