import { AnimatedSvgRef } from '../Button.types'; export declare function useIconAnimation(isDisabled: boolean): { iconAnimatedRef: import('react').RefObject; onAnimationForward: () => void; onAnimationBackward: () => void; };