import type { ImageStyle, StyleProp } from 'react-native'; export type DefaultIconImageProps = { url?: string | undefined; localIcon?: number; size: number; borderRadius?: number; style?: StyleProp; defaultStyle?: StyleProp; cache?: 'default' | 'reload' | 'force-cache' | 'only-if-cached' | undefined; }; export declare function DefaultIconImage(props: DefaultIconImageProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=DefaultIconImage.d.ts.map