import { type ImageProps as ExpoImageProps } from 'expo-image'; export type ImageProps = ExpoImageProps & { className?: string; }; declare function Image({ className, ...props }: ImageProps): import("react/jsx-runtime").JSX.Element; export { Image }; //# sourceMappingURL=image.d.ts.map