import type { FC, ComponentType } from 'react'; import type { ViewProps } from 'react-native'; interface WithFadeAnimationProps { containerStyle?: ViewProps['style']; } export declare const withFadeAnimation:
(WrappedComponent: ComponentType
, { containerStyle }?: WithFadeAnimationProps) => FC
; export {}; //# sourceMappingURL=withFadeAnimation.d.ts.map