import type { ComponentType } from "react"; export declare const animatedComponentFamily: ((key: ComponentType, args: void) => ComponentType) & { has(key: ComponentType): boolean; }; //# sourceMappingURL=reanimated.d.ts.map