import React from 'react'; import type { FadeProps } from './types'; /** * Fade — animates opacity 0 ↔ 1. * * Wraps a single child element in an Animated.View that fades in/out driven by * the shared `useTransition` hook. */ export declare function Fade(rawProps: FadeProps): React.ReactElement | null; //# sourceMappingURL=Fade.d.ts.map