import type React from "react"; import { type AvatarProps } from "../Avatar/Avatar"; export declare const avatarOnClick: (event: React.MouseEvent | React.KeyboardEvent, avatarProps: AvatarProps) => void;