export declare const useAvatarImage: (src?: string) => {
    imageLoaded: boolean;
    handleOnLoad: () => void;
    handleOnError: () => void;
};
