import type { ExtendedViewStyle } from '../types/common'; import type { AnimationHooksPropsType } from './utils'; export default function useAnimationAPIHooks(props: AnimationHooksPropsType): ExtendedViewStyle;