import { type ImageStyle, type StyleProp } from 'react-native'; export interface AvatarProps { imageSrc?: string; address?: string; style?: StyleProp; size?: number; borderWidth?: number; } export declare function Avatar({ imageSrc, address, style, size, borderWidth }: AvatarProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=index.d.ts.map