export default Avatar; declare function Avatar({ text, image, avatarId, title, borderColor, borderShape, }: { text: any; image: any; avatarId: any; title?: string | undefined; borderColor?: string | undefined; borderShape: any; }): import("react/jsx-runtime").JSX.Element;