import { type StyleProp, type ViewStyle } from 'react-native'; import type { SizeType } from '../../utils/TypesUtil'; export interface WalletImageProps { imageSrc?: string; imageHeaders?: Record; size?: Exclude; style?: StyleProp; showAllWallets?: boolean; border?: boolean; } export declare function WalletImage({ imageSrc, imageHeaders, size, style, showAllWallets, border }: WalletImageProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=index.d.ts.map