import { Animated } from 'react-native'; import type { AnimationDriver } from './types'; /** * The driver-specific timing configuration for {@link rnAnimatedDriver}. * @see https://reactnative.dev/docs/animated#timing */ export type RNAnimationConfig = Omit; /** * The default {@link AnimationDriver}, backed by React Native's core * `Animated` API. Used when no `animationDriver` prop is passed to * `CircleLayout`. */ export declare const rnAnimatedDriver: AnimationDriver, Animated.CompositeAnimation, RNAnimationConfig>; //# sourceMappingURL=rnAnimatedDriver.d.ts.map