import { MotionStyle, MotionValue } from 'motion/react'; export type UseThumbIconRes = { icon: string; styles: MotionStyle; }; export declare const useThumbIcon: (x: MotionValue, iconColor: string) => UseThumbIconRes;