interface BaseAnimationTimingProps { animationDuration?: number; showAnimation?: boolean; } export default BaseAnimationTimingProps;