import { FastImageProps } from 'react-native-fast-image'; export interface ImageProps extends FastImageProps { loading?: boolean; accessibilityLabel?: any; params?: any; }