export { useElementAnimations } from './useElementAnimations.js'; export type { UseElementAnimationsOptions } from './useElementAnimations.js'; export { useShapeAnimations } from './useShapeAnimations.js'; export type { UseShapeAnimationsOptions } from './useShapeAnimations.js'; export { usePrefersReducedMotion } from './usePrefersReducedMotion.js'; export { useSharedValueArray } from './use-shared-value-array.js'; export { composeRNStyle } from './compose-rn-style.js'; export type { TriggerContribution, InterpolateFn, InterpolateColorFn, } from './compose-rn-style.js'; //# sourceMappingURL=index.d.ts.map