import React from "react"; import { type ImageStyle } from "react-native"; type MDImageProps = { uri: string; label?: string; alt?: string; style?: ImageStyle; }; declare const _default: React.NamedExoticComponent; export default _default; //# sourceMappingURL=MDImage.d.ts.map