import type { AnimatedPropsAdapterFunction } from './commonTypes'; export declare function createAnimatedPropAdapter(adapter: AnimatedPropsAdapterFunction, nativeProps?: string[]): AnimatedPropsAdapterFunction; //# sourceMappingURL=PropAdapters.d.ts.map