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